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