From c64aa26d062b53a40be55ea62017bd04f523b290 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 2 Feb 2013 13:03:18 -0800 Subject: Add @btn-color variable and use in buttons and carets; fixes dropup caret as well --- docs/assets/css/bootstrap.css | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'docs/assets') diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 01c603b26..66002d292 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1679,7 +1679,7 @@ input[type="button"].btn-block { } .btn { - color: #fff; + color: #ffffff; background-color: #a7a9aa; border-color: #a7a9aa; } @@ -3245,9 +3245,12 @@ button.close { */ -.caret { - border-top-color: #fff; - border-bottom-color: #fff; +.btn .caret { + border-top-color: #ffffff; +} + +.dropup .btn .caret { + border-bottom-color: #ffffff; } .btn-group { @@ -3344,19 +3347,10 @@ button.close { margin-left: 0; } -.btn-large .caret { - margin-top: 6px; -} - .btn-large .caret { border-width: 5px; } -.btn-mini .caret, -.btn-small .caret { - margin-top: 8px; -} - .dropup .btn-large .caret { border-bottom-width: 5px; } -- cgit v1.2.3