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:
@@ -169,7 +169,7 @@ th {
|
||||
background:white;
|
||||
}
|
||||
|
||||
.odds tbody tr:nth-child(2n):not(.checked, :hover) td {
|
||||
.odds tbody tr:nth-child(2n) {
|
||||
background:#fcfaf5;
|
||||
}
|
||||
|
||||
@@ -748,7 +748,7 @@ input[type=submit] {
|
||||
label { margin: 0 8px;}
|
||||
thead td, thead th{color:#fff;}
|
||||
|
||||
#content tbody .odds tbody tr:nth-child(2n):not(:hover).checked td, .odds tbody tr:nth-child(2n):not(:hover).checked td {
|
||||
#content tbody .odds tbody tr:nth-child(2n).checked td, .odds tbody tr:nth-child(2n).checked td {
|
||||
background: #c8edff;
|
||||
color: #03A9F4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user