mirror of
https://github.com/vrana/adminer.git
synced 2025-08-31 18:11:52 +02:00
Use CSS to highlight odd rows
This commit is contained in:
@@ -132,11 +132,11 @@ th {
|
||||
background:white;
|
||||
}
|
||||
|
||||
tr.odd td {
|
||||
.odds tbody tr:nth-child(2n) td {
|
||||
background:#fcfaf5;
|
||||
}
|
||||
|
||||
#content tbody tr.checked td, tr.checked.odd td {
|
||||
#content tbody tr.checked td, .odds tbody tr:nth-child(2n).checked td {
|
||||
background:#fbe2e2;
|
||||
color:red;
|
||||
}
|
||||
|
Reference in New Issue
Block a user