summaryrefslogtreecommitdiff
path: root/flatly/variables.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-07-29 17:30:07 -0400
committerThomas Park <thomas@thomaspark.me>2013-07-29 17:30:07 -0400
commit292677148b0c64e38e8e52604ec14db7a298cd67 (patch)
treecac6006ce1ab945194c3c541c35cdfd619ee5adc /flatly/variables.less
parentd6b3a0c0055e3af224affffbe088e21400874c63 (diff)
flatly: styles table row states, closes #115
Diffstat (limited to 'flatly/variables.less')
-rw-r--r--flatly/variables.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/flatly/variables.less b/flatly/variables.less
index 00ceb9df..3cc6f12e 100644
--- a/flatly/variables.less
+++ b/flatly/variables.less
@@ -230,19 +230,19 @@
// 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;