mirror of
https://github.com/vrana/adminer.git
synced 2025-08-27 08:14:35 +02:00
CSS: Simplify .odds
This commit is contained in:
@@ -133,7 +133,7 @@ th {
|
||||
background:white;
|
||||
}
|
||||
|
||||
.odds tbody tr:nth-child(2n):not(.checked, :hover) td {
|
||||
.odds tbody tr:nth-child(2n) {
|
||||
background:#fcfaf5;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user