1
0
mirror of https://github.com/vrana/adminer.git synced 2025-09-09 05:40:45 +02:00

Designs: Update .odds

This commit is contained in:
Jakub Vrana
2025-03-12 17:50:24 +01:00
parent b9e4806d3c
commit f0bdb0e6ca
17 changed files with 27 additions and 27 deletions

View File

@@ -169,7 +169,7 @@ th {
background:white;
}
.odds tbody tr:nth-child(2n) td {
.odds tbody tr:nth-child(2n):not(.checked, :hover) td {
background:#fcfaf5;
}
@@ -181,7 +181,7 @@ th {
background: #f2f2f2;
}
#content tbody tr.checked td, .odds tbody tr:nth-child(2n).checked td {
#content tbody tr.checked td {
background:#fbe2e2;
color:red;
}
@@ -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).checked td, .odds tbody tr:nth-child(2n).checked td {
#content tbody .odds tbody tr:nth-child(2n):not(:hover).checked td, .odds tbody tr:nth-child(2n):not(:hover).checked td {
background: #c8edff;
color: #03A9F4;
}