]> git.joonet.de Git - adminer.git/commitdiff
CSS: Fix highlighting checked odd rows
authorJakub Vrana <jakub@vrana.cz>
Wed, 12 Mar 2025 16:34:53 +0000 (17:34 +0100)
committerJakub Vrana <jakub@vrana.cz>
Wed, 12 Mar 2025 16:35:34 +0000 (17:35 +0100)
adminer/static/default.css

index 928760b77bed5408dc7b12fe2473e5f205279f7f..3ecc8cb463eb1577e4ddb60a90985f5667f17d47 100644 (file)
@@ -46,7 +46,7 @@ input.wayoff { left: -1000px; position: absolute; }
 .date { color: #7F007F; }
 .enum { color: #007F7F; }
 .binary { color: red; }
-.odds tbody tr:nth-child(2n):not(:hover) td { background: #F5F5F5; }
+.odds tbody tr:nth-child(2n):not(.checked, :hover) td { background: #F5F5F5; }
 .js .checkable .checked td, .js .checkable .checked th { background: #ddf; }
 .time { color: silver; font-size: 70%; }
 .function, .number, .datetime { text-align: right; }