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

View File

@@ -82,6 +82,7 @@
// Buttons
// -------------------------
@btn-color: #fff;
@btn-background: #a7a9aa;
@btn-border: @btn-background;