]> git.joonet.de Git - adminer.git/commitdiff
Don't highlight rows in uncheckable tables
authorJakub Vrana <jakub@vrana.cz>
Mon, 20 May 2013 17:06:53 +0000 (10:06 -0700)
committerJakub Vrana <jakub@vrana.cz>
Mon, 20 May 2013 17:14:04 +0000 (10:14 -0700)
adminer/static/default.css

index 92501ea22371b6cddc98872cc17de4e2dacb7259..32859079f484d076b64d5d0170bc7ce3ed05db86 100644 (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; }