mirror of
https://github.com/vrana/adminer.git
synced 2025-08-29 09:10:09 +02:00
Use CSS to highlight odd rows
This commit is contained in:
@@ -136,8 +136,8 @@ table.checkable tbody tr:hover th {
|
||||
background: #bfb008;
|
||||
}
|
||||
|
||||
.odd th,
|
||||
.odd td {
|
||||
.odds tbody tr:nth-child(2n) th,
|
||||
.odds tbody tr:nth-child(2n) td {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user