remove gradient from orange buttons
This commit is contained in:
@@ -113,7 +113,7 @@
|
||||
@btnSuccessBackground: #53a93f;
|
||||
@btnSuccessBackgroundHighlight: #53a93f;
|
||||
|
||||
@btnWarningBackground: lighten(@orange, 15%);
|
||||
@btnWarningBackground: @orange;
|
||||
@btnWarningBackgroundHighlight: @orange;
|
||||
|
||||
@btnDangerBackground: #ee5f5b;
|
||||
@@ -349,4 +349,4 @@
|
||||
// SORTABLE
|
||||
// --------------------------------------------------
|
||||
@sortableHelperBg: rgba(4, 156, 219, 0.5);
|
||||
@sortablePlaceholderBg : @blue;
|
||||
@sortablePlaceholderBg : @blue;
|
||||
Reference in New Issue
Block a user