mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-04 19:15:08 -05:00
finetune buttons flattened colors
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
// Links
|
||||
// -------------------------
|
||||
|
||||
@link-color: #08c;
|
||||
@link-color: #428bca;
|
||||
@link-color-hover: darken(@link-color, 15%);
|
||||
|
||||
|
||||
@@ -75,20 +75,20 @@
|
||||
// Buttons
|
||||
// -------------------------
|
||||
|
||||
@btn-background: #fff;
|
||||
@btn-background-highlight: #eaeaea;
|
||||
@btn-background: #a7a9aa;
|
||||
@btn-border: @btn-background;
|
||||
|
||||
@btn-background-primary: @link-color;
|
||||
@btn-background-primary-highlight: darken(@link-color, 10%);
|
||||
@btn-border-primary: @btn-background-primary;
|
||||
|
||||
@btn-background-success: #62c462;
|
||||
@btn-background-success-highlight: #51a351;
|
||||
@btn-background-success: #5cb85c;
|
||||
@btn-border-success: @btn-background-success;
|
||||
|
||||
@btn-background-warning: lighten(#f89406, 15%);
|
||||
@btn-background-warning-highlight: #f89406;
|
||||
@btn-background-warning: #f0ad4e;
|
||||
@btn-border-warning: @btn-background-warning;
|
||||
|
||||
@btn-background-danger: #ee5f5b;
|
||||
@btn-background-danger-highlight: #bd362f;
|
||||
@btn-background-danger: #d9534f;
|
||||
@btn-border-danger: @btn-background-danger;
|
||||
|
||||
|
||||
// Forms
|
||||
|
||||
Reference in New Issue
Block a user