aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-11-12 00:52:18 -0800
committerMark Otto <[email protected]>2011-11-12 00:52:18 -0800
commitceeeffc14593d0a8558f56877639118dded8cceb (patch)
tree99b38c971ee329303f1512e9715234124dcea4ed /bootstrap.css
parent0c7a80c79bb9a2e1761b4af804050962aac2fe57 (diff)
downloadbootstrap-ceeeffc14593d0a8558f56877639118dded8cceb.tar.xz
bootstrap-ceeeffc14593d0a8558f56877639118dded8cceb.zip
fix broken state of active buttons
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.css b/bootstrap.css
index ac267a028..36b102ead 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Sat Nov 5 17:07:48 PDT 2011
+ * Date: Sat Nov 12 00:51:48 PST 2011
*/
/* Reset.less
* Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
@@ -1925,7 +1925,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, .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);