Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2012-12-01 03:18:49 +0400
committerMark Otto <otto@github.com>2012-12-01 03:18:49 +0400
commit12a00f62a9a9915479767807ab03ba5ac19a4cef (patch)
tree5e6efa6b953d36c50aeffecd8123309bcb511bde /less/labels-badges.less
parent0ef347706c7585cb2a53fa99b03d59e18908fee1 (diff)
remove color variables, swap others were appropro
Diffstat (limited to 'less/labels-badges.less')
-rw-r--r--less/labels-badges.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/labels-badges.less b/less/labels-badges.less
index fafad404e4..6dd8fe0e86 100644
--- a/less/labels-badges.less
+++ b/less/labels-badges.less
@@ -53,8 +53,8 @@ a {
&-danger { background-color: @errorText; }
&-danger[href] { background-color: darken(@errorText, 10%); }
// Warnings (orange)
- &-warning { background-color: @orange; }
- &-warning[href] { background-color: darken(@orange, 10%); }
+ &-warning { background-color: #f89406; }
+ &-warning[href] { background-color: darken(#f89406, 10%); }
// Success (green)
&-success { background-color: @successText; }
&-success[href] { background-color: darken(@successText, 10%); }