flatly: styles table row states, closes #115
[bootswatch] / flatly / variables.less
index 00ceb9d..3cc6f12 100644 (file)
 // Form states and alerts
 // -------------------------
 @warningText:             @yellow;
-@warningBackground:       desaturate(lighten(@yellow,45%),30%);
+@warningBackground:       @yellow;
 @warningBorder:           transparent;
 
 @errorText:               @red;
-@errorBackground:         desaturate(lighten(@red,45%),30%);
+@errorBackground:         @red;
 @errorBorder:             transparent;
 
 @successText:             @green;
-@successBackground:       desaturate(lighten(@green,45%),30%);
+@successBackground:       @green;
 @successBorder:           transparent;
 
 @infoText:                @blue;
-@infoBackground:          desaturate(lighten(@blue,43%),30%);
+@infoBackground:          @blue;
 @infoBorder:              transparent;