diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-05-06 12:27:43 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-05-06 12:27:43 -0400 |
commit | 1c7f6ff90edce3815ae9fa32b951f68db35fa275 (patch) | |
tree | 9288a52cdc9f12512092d5a60cef977a9b064c1f /paper/bootstrap.css | |
parent | 76d8b3e30224879bcc1acb94d22ad462aec42678 (diff) | |
parent | 308555cd99e384602c21c19b6ca44ebd41856cca (diff) |
Merge branch 'Panman8201-paper-close-btn-transition' into gh-pages
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r-- | paper/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/paper/bootstrap.css b/paper/bootstrap.css index 471bdf4d..f10081a5 100644 --- a/paper/bootstrap.css +++ b/paper/bootstrap.css @@ -7228,6 +7228,9 @@ input[type="checkbox"]:disabled:checked:after, font-weight: 300; line-height: 24px; opacity: 0.6; + -webkit-transition: all 0.2s; + -o-transition: all 0.2s; + transition: all 0.2s; } .close:hover { opacity: 1; |