mirror of
https://github.com/vrana/adminer.git
synced 2025-08-28 08:39:53 +02:00
CSS: Simplify .odds
This commit is contained in:
@@ -187,7 +187,7 @@ td.nowrap {
|
||||
.binary {
|
||||
color: red;
|
||||
}
|
||||
.odds tbody tr:nth-child(2n):not(.checked, :hover) td {
|
||||
.odds tbody tr:nth-child(2n) {
|
||||
background: transparent;
|
||||
}
|
||||
.js .checkable .checked td,
|
||||
|
Reference in New Issue
Block a user