2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Fixes #8786 (part 2): new default button styles

Also relevant: http://www.youtube.com/watch?v=Ldyx3KHOFXw
This commit is contained in:
Mark Otto
2013-08-05 09:02:59 -07:00
parent 2ee9bea890
commit 41eef69e6f
5 changed files with 27 additions and 22 deletions
+1
View File
@@ -372,6 +372,7 @@
&:focus,
&:active,
&.active {
color: @color;
background-color: darken(@background, 8%);
border-color: darken(@border, 12%);
}