mirror of
https://github.com/vrana/adminer.git
synced 2025-08-27 08:14:35 +02:00
Use CSS to highlight odd rows
This commit is contained in:
@@ -175,8 +175,8 @@
|
||||
background: var(--color-darkPurple);
|
||||
}
|
||||
|
||||
.odd th,
|
||||
.odd td {
|
||||
.odds tbody tr:nth-child(2n) th,
|
||||
.odds tbody tr:nth-child(2n) td {
|
||||
background: var(--color-darkDraculaVSCode);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user