Commit f872152a authored by Alexandra Panyukova's avatar Alexandra Panyukova

colors of disabled buttons fixed

parent fd056c63
...@@ -81,8 +81,12 @@ textarea, select, input.text { ...@@ -81,8 +81,12 @@ textarea, select, input.text {
} }
.disabled { .disabled {
color: #c3c7cb; color: #@MIDDLE_LABELS_HEX@;
background-color: #@LIGHT_COLOR_HEX@; background-color: #@MIDDLE_COLOR_HEX@;
}
.disabled:hover {
background-color: #@MIDDLE_COLOR_HEX@;
} }
.alterator-progress { .alterator-progress {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment