1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +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

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