1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-10 00:28:34 +02:00

Don't highlight rows in uncheckable tables

This commit is contained in:
Jakub Vrana
2013-05-20 10:06:53 -07:00
parent 68aba96c72
commit 2dfe2640db

View File

@@ -37,7 +37,7 @@ input.default { box-shadow: 1px 1px 1px rgba(0, 0, 0, .5); }
.enum { color: #007F7F; }
.binary { color: red; }
.odd td { background: #F5F5F5; }
.js .checked td, .js .checked th { background: #ddf; }
.js .checkable .checked td, .js .checkable .checked th { background: #ddf; }
.time { color: silver; font-size: 70%; }
.function { text-align: right; }
.number { text-align: right; }