2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Holy shit, buttons, button states, and input states updated

This commit is contained in:
Mark Otto
2012-12-19 23:37:33 -08:00
parent 09dde5c84a
commit 14844db862
7 changed files with 107 additions and 67 deletions
+5 -2
View File
@@ -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;
}
}