summaryrefslogtreecommitdiff
path: root/paper/bootstrap.css
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.co>2015-05-06 12:27:30 -0400
committerThomas Park <thomas@thomaspark.co>2015-05-06 12:27:30 -0400
commit308555cd99e384602c21c19b6ca44ebd41856cca (patch)
tree9288a52cdc9f12512092d5a60cef977a9b064c1f /paper/bootstrap.css
parent76d8b3e30224879bcc1acb94d22ad462aec42678 (diff)
parente2e156e8e8bc68d882151e11ac5317773f437c7a (diff)
paper: fade effect .close buttons
Diffstat (limited to 'paper/bootstrap.css')
-rw-r--r--paper/bootstrap.css3
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;