Commit 07e41960 authored by Stanislav Ievlev's avatar Stanislav Ievlev

colors of disabled labels fixed

parent af23bf80
......@@ -84,11 +84,16 @@ textarea, select, input.text {
}
.disabled {
color: #c3c7cb;
background-color: #@LIGHT_COLOR_HEX@;
}
.btn.disabled {
color: #@MIDDLE_LABELS_HEX@;
background-color: #@MIDDLE_COLOR_HEX@;
}
.disabled:hover {
.btn.disabled:hover {
background-color: #@MIDDLE_COLOR_HEX@;
}
......
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