Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'less/mixins.less')
-rw-r--r--less/mixins.less7
1 files changed, 5 insertions, 2 deletions
diff --git a/less/mixins.less b/less/mixins.less
index ebfce5f912..a90e61bc73 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -409,7 +409,7 @@
color: @text-color;
text-shadow: @text-shadow;
#gradient > .vertical(@background-start, @background-end);
- border-color: darken(@background-end, 5%);
+ border-color: darken(@background-end, 7.5%);
&:hover,
&:active,
@@ -419,7 +419,10 @@
background-position: 0 -15px;
}
&:active,
- &.active {
+ &.active,
+ &[disabled],
+ &.disabled,
+ fieldset[disabled] & {
background-image: none;
}
}