Commit ae3d9ace authored by Stanislav Ievlev's avatar Stanislav Ievlev

update style for disabled widgets

parent 7f300b83
......@@ -72,9 +72,6 @@ textarea, select, input.text {
border: 1px solid #@MIDDLE_COLOR_HEX@;
}
.disabled {
color: #@DARK_COLOR_HEX@;
}
.next-page-button,.prev-page-button,.first-page-button,.last-page-button {
......@@ -330,6 +327,13 @@ table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead
background-color: #@LIGHT_COLOR_HEX@;
}
/* states */
.ui-state-disabled {
cursor: default !important;
color: #@DARK_COLOR_HEX@;
}
/* progressbar */
.ui-progressbar {
......
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