Commit 4a4d19b9 authored by Stanislav Ievlev's avatar Stanislav Ievlev

Merge branch 'master' into office-server

parents eceef5d5 003f17ec
...@@ -328,6 +328,24 @@ table.alterator-listbox tbody tr.odd td { ...@@ -328,6 +328,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