remove gradient from orange buttons

This commit is contained in:
Mads Rasmussen
2015-12-17 14:19:34 +01:00
parent 087ad2e1fa
commit 8830faedfd

View File

@@ -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;