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/bootswatch.less | |
parent | 76d8b3e30224879bcc1acb94d22ad462aec42678 (diff) | |
parent | 308555cd99e384602c21c19b6ca44ebd41856cca (diff) |
Merge branch 'Panman8201-paper-close-btn-transition' into gh-pages
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r-- | paper/bootswatch.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/paper/bootswatch.less b/paper/bootswatch.less index 7040e426..64080005 100644 --- a/paper/bootswatch.less +++ b/paper/bootswatch.less @@ -523,6 +523,7 @@ input[type="checkbox"], font-weight: 300; line-height: 24px; opacity: 0.6; + .transition(all 0.2s); &:hover { opacity: 1; |