aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-10-29 18:49:35 -0700
committerJacob Thornton <[email protected]>2011-10-29 18:49:35 -0700
commitea50e8aeeed6616a61a7e44d28fe60ced327be0c (patch)
treec4b4e7a6c81da4145d638ede025ba14eac2f47ff /bootstrap.css
parente8b66a9626055957a378464e2b9204f156b34c17 (diff)
downloadbootstrap-ea50e8aeeed6616a61a7e44d28fe60ced327be0c.tar.xz
bootstrap-ea50e8aeeed6616a61a7e44d28fe60ced327be0c.zip
add active class to css for buttons, write new spec for button, "use strict"
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index d849cfb60..2f4924eb0 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -1917,7 +1917,7 @@ footer {
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
-.btn:active {
+.btn:active, .btn.active {
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);