fixed color of account table header

This commit is contained in:
Roland Gruber 2009-10-04 18:12:16 +00:00
parent 079440dc97
commit ef8a788e58
1 changed files with 2 additions and 2 deletions

View File

@ -75,12 +75,12 @@ tr.dhcplist {
/* color of head row */
tr.dhcplist-head {
background-color:#bce077;
background-color:#9fc653;
}
/* color of sorted column in head row */
th.dhcplist-sort {
background-color:#9fc653;
background-color:#bce077;
}
/* color of rows on mouseOver */