1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-09 08:06:59 +02:00

CSS: Disable odd on hover

This commit is contained in:
Jakub Vrana
2025-03-12 13:58:20 +01:00
parent f9478c67d2
commit 434a8f7705

View File

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