You need to sign in or sign up before continuing.
Commit 003f17ec authored by Stanislav Ievlev's avatar Stanislav Ievlev

- add classes for color rows in table.alterator-listbox

parent 16693820
...@@ -323,6 +323,24 @@ table.alterator-listbox tbody tr.odd td { ...@@ -323,6 +323,24 @@ table.alterator-listbox tbody tr.odd td {
background-color:#@LIGHT_COLOR_HEX@; background-color:#@LIGHT_COLOR_HEX@;
} }
table.alterator-listbox tbody tr.error td {
background-color: #e6999b;
font-weight: bold;
}
table.alterator-listbox tbody tr.odd.error td {
background-color: #e68b8d;
font-weight: bold;
}
table.alterator-listbox tbody tr.working td {
background-color: #f2ecbd;
}
table.alterator-listbox tbody tr.odd.working td {
background-color: #f2e88f;
}
table.alterator-listbox thead tr .headerSortUp { table.alterator-listbox thead tr .headerSortUp {
background-image: url(/design/images/asc.gif); background-image: url(/design/images/asc.gif);
} }
......
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