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:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user