mirror of
https://github.com/vrana/adminer.git
synced 2025-08-30 17:50:00 +02:00
Use CSS to highlight odd rows
This commit is contained in:
@@ -347,11 +347,11 @@ td{
|
||||
border-bottom: 1px solid rgba(255, 255, 255, .1);
|
||||
}
|
||||
|
||||
.odd th{
|
||||
.odds tbody tr:nth-child(2n) th{
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.odd td{
|
||||
.odds tbody tr:nth-child(2n) td{
|
||||
background: #000;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user