Commit 5b87a4dc517eccb0e100ce751bf631bc0ee01100

Authored by Dmitriy Zaporozhets
1 parent d7960bca

Use same colors for disabled buttons

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 0 additions and 8 deletions   Show diff stats
app/assets/stylesheets/generic/buttons.scss
... ... @@ -67,8 +67,6 @@
67 67 &.disabled,
68 68 &[disabled] {
69 69 color: #ffffff;
70   - background-color: #3286b1;
71   - border-color: #286e8e;
72 70 }
73 71 }
74 72  
... ... @@ -83,8 +81,6 @@
83 81 &.disabled,
84 82 &[disabled] {
85 83 color: #ffffff;
86   - background-color: #47a447;
87   - border-color: #398439;
88 84 }
89 85 }
90 86  
... ... @@ -99,8 +95,6 @@
99 95 &.disabled,
100 96 &[disabled] {
101 97 color: #ffffff;
102   - background-color: #d2322d;
103   - border-color: #ac2925;
104 98 }
105 99 }
106 100  
... ... @@ -115,8 +109,6 @@
115 109 &.disabled,
116 110 &[disabled] {
117 111 color: #ffffff;
118   - background-color: #e38c02;
119   - border-color: #e38c02;
120 112 }
121 113 }
122 114  
... ...