From: Jakub Vrana Date: Mon, 20 May 2013 17:06:53 +0000 (-0700) Subject: Don't highlight rows in uncheckable tables X-Git-Tag: v3.7.1~37 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=2dfe2640dbdabde69b40acb58b7206eb5bffff55;p=adminer.git Don't highlight rows in uncheckable tables --- diff --git a/adminer/static/default.css b/adminer/static/default.css index 92501ea2..32859079 100644 --- a/adminer/static/default.css +++ b/adminer/static/default.css @@ -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; }