web: small css fix for even table rows
This commit is contained in:
parent
fb4d9ff0cc
commit
993e01c085
|
@ -413,7 +413,7 @@ a.read-more {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------
|
||||||
* Comments
|
* Tables
|
||||||
* --------------------------------------------------------------------- */
|
* --------------------------------------------------------------------- */
|
||||||
table {
|
table {
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
|
@ -437,10 +437,14 @@ tr.even {
|
||||||
background-color: #fafafa;
|
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;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr.even .active {
|
||||||
|
background-color: #fafafa;
|
||||||
|
}
|
||||||
|
|
||||||
tr.watchdog-user {
|
tr.watchdog-user {
|
||||||
background-color: #ffd;
|
background-color: #ffd;
|
||||||
font-size: .7em;
|
font-size: .7em;
|
||||||
|
|
Loading…
Reference in New Issue