From 8d4a8031380d7eb2e9929586583b4390951d5ade Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Mon, 29 Jul 2013 17:55:21 -0400 Subject: [PATCH] Differentiate between minor and disabled buttons --- app/assets/stylesheets/common.css.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index c0a8a457a..01b3f3344 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -6,6 +6,7 @@ $offwhite: #f4f4ff; $blue: #7092FF; $lightblue: #B8C5F0; $grey: #AAA; +$lightgrey: #CCC; $keyline: #CCC; $hovercolor: 20%; @@ -1724,7 +1725,10 @@ a.button { } } &:disabled { - background: $lightblue; + background: $lightgrey; + &:hover { + background: $lightgrey; + } } &:last-child { margin-bottom: 0; -- 2.43.2