summaryrefslogtreecommitdiff
path: root/paper/bootstrap.css
diff options
context:
space:
mode:
authorRyan Panning <panman82@gmail.com>2015-05-06 10:47:33 -0500
committerRyan Panning <panman82@gmail.com>2015-05-06 10:47:33 -0500
commite2e156e8e8bc68d882151e11ac5317773f437c7a (patch)
treef0465c889f1b5e9cc96a18793d256c9a9253791d /paper/bootstrap.css
parent1ff964b414167dc9e9a274f9bc5482aff9cc5c60 (diff)
paper: fade effect .close buttons
This applies the same `.transition()` to the `.close` class, which is used for alert close buttons, etc. Updated .less and .scss files and ran `grunt swatch:paper`
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 612b46c4..97183f17 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;