2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Add @btn-color variable and use in buttons and carets; fixes dropup caret as well

This commit is contained in:
Mark Otto
2013-02-02 13:03:18 -08:00
parent 94e256c016
commit c64aa26d06
4 changed files with 14 additions and 24 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ input[type="button"] {
// --------------------------------------------------
.btn {
color: #fff;
color: @btn-color;
background-color: @btn-background;
border-color: @btn-border;
&:hover,