1
0
mirror of https://github.com/vrana/adminer.git synced 2025-09-01 10:23:28 +02:00

CSS: Simplify .odds

This commit is contained in:
Jakub Vrana
2025-03-13 07:03:42 +01:00
parent d347f88c54
commit d56c8cbaae
17 changed files with 23 additions and 25 deletions

View File

@@ -132,11 +132,11 @@ th {
background:white;
}
.odds tbody tr:nth-child(2n):not(.checked, :hover) td {
.odds tbody tr:nth-child(2n) {
background:#fcfaf5;
}
#content tbody tr.checked td, .odds tbody tr:nth-child(2n):not(.checked, :hover).checked td {
#content tbody tr.checked td, .odds tbody tr:nth-child(2n).checked td {
background:#fbe2e2;
color:red;
}