From 5b87a4dc517eccb0e100ce751bf631bc0ee01100 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 3 Jun 2014 16:22:46 +0300 Subject: [PATCH] Use same colors for disabled buttons Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/generic/buttons.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/assets/stylesheets/generic/buttons.scss b/app/assets/stylesheets/generic/buttons.scss index a9849aa487..36fc771a9d 100644 --- a/app/assets/stylesheets/generic/buttons.scss +++ b/app/assets/stylesheets/generic/buttons.scss @@ -67,8 +67,6 @@ &.disabled, &[disabled] { color: #ffffff; - background-color: #3286b1; - border-color: #286e8e; } } @@ -83,8 +81,6 @@ &.disabled, &[disabled] { color: #ffffff; - background-color: #47a447; - border-color: #398439; } } @@ -99,8 +95,6 @@ &.disabled, &[disabled] { color: #ffffff; - background-color: #d2322d; - border-color: #ac2925; } } @@ -115,8 +109,6 @@ &.disabled, &[disabled] { color: #ffffff; - background-color: #e38c02; - border-color: #e38c02; } }