web: small css fix for even table rows

This commit is contained in:
Bart Van Der Meerssche 2009-11-11 19:26:07 +00:00
parent fb4d9ff0cc
commit 993e01c085
1 changed files with 6 additions and 2 deletions

View File

@ -413,7 +413,7 @@ a.read-more {
}
/* ------------------------------------------------------------------------
* Comments
* Tables
* --------------------------------------------------------------------- */
table {
border-collapse: separate;
@ -437,10 +437,14 @@ tr.even {
background-color: #fafafa;
}
tr.light .active, tr.dark .active, tr.even .active, tr.odd .active {
tr.light .active, tr.dark .active, tr.odd .active {
background-color: #fff;
}
tr.even .active {
background-color: #fafafa;
}
tr.watchdog-user {
background-color: #ffd;
font-size: .7em;