From 2dfe2640dbdabde69b40acb58b7206eb5bffff55 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 20 May 2013 10:06:53 -0700 Subject: [PATCH] Don't highlight rows in uncheckable tables --- adminer/static/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }