aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-15 16:17:44 -0700
committerMark Otto <[email protected]>2013-08-15 16:17:44 -0700
commit7cd35f0cb6d17d6117264f71f175a9e5b0b09580 (patch)
tree73f50083862b2ccfeb862e2747df78d5fd4af56e /dist/css/bootstrap.css
parent7ab52272d70ea78d0a68316d9572eee927587f5c (diff)
downloadbootstrap-7cd35f0cb6d17d6117264f71f175a9e5b0b09580.tar.xz
bootstrap-7cd35f0cb6d17d6117264f71f175a9e5b0b09580.zip
nuke bg image on active/open for buttons for when we add gradients
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css37
1 files changed, 37 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 399c33fcc..37d4c9366 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1942,6 +1942,7 @@ textarea.input-lg {
.btn:active,
.btn.active {
+ background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
@@ -1974,6 +1975,12 @@ fieldset[disabled] .btn {
border-color: #adadad;
}
+.btn-default:active,
+.btn-default.active,
+.open .dropdown-toggle.btn-default {
+ background-image: none;
+}
+
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
@@ -2009,6 +2016,12 @@ fieldset[disabled] .btn-default.active {
border-color: #285e8e;
}
+.btn-primary:active,
+.btn-primary.active,
+.open .dropdown-toggle.btn-primary {
+ background-image: none;
+}
+
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
@@ -2044,6 +2057,12 @@ fieldset[disabled] .btn-primary.active {
border-color: #d58512;
}
+.btn-warning:active,
+.btn-warning.active,
+.open .dropdown-toggle.btn-warning {
+ background-image: none;
+}
+
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
@@ -2079,6 +2098,12 @@ fieldset[disabled] .btn-warning.active {
border-color: #ac2925;
}
+.btn-danger:active,
+.btn-danger.active,
+.open .dropdown-toggle.btn-danger {
+ background-image: none;
+}
+
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
@@ -2114,6 +2139,12 @@ fieldset[disabled] .btn-danger.active {
border-color: #398439;
}
+.btn-success:active,
+.btn-success.active,
+.open .dropdown-toggle.btn-success {
+ background-image: none;
+}
+
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
@@ -2149,6 +2180,12 @@ fieldset[disabled] .btn-success.active {
border-color: #269abc;
}
+.btn-info:active,
+.btn-info.active,
+.open .dropdown-toggle.btn-info {
+ background-image: none;
+}
+
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,