fixed color of account table header
This commit is contained in:
parent
079440dc97
commit
ef8a788e58
|
@ -75,12 +75,12 @@ tr.dhcplist {
|
||||||
|
|
||||||
/* color of head row */
|
/* color of head row */
|
||||||
tr.dhcplist-head {
|
tr.dhcplist-head {
|
||||||
background-color:#bce077;
|
background-color:#9fc653;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of sorted column in head row */
|
/* color of sorted column in head row */
|
||||||
th.dhcplist-sort {
|
th.dhcplist-sort {
|
||||||
background-color:#9fc653;
|
background-color:#bce077;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* color of rows on mouseOver */
|
/* color of rows on mouseOver */
|
||||||
|
|
Loading…
Reference in New Issue