From 616a34e8a921c9608addbe334f520ba7f804a045 Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Sun, 29 Apr 2012 21:32:29 +0200 Subject: [PATCH] Changed style: td:hover to tr:hover. --- openslides/static/styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index c99ec0796..0344e6602 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -205,7 +205,7 @@ table td { padding: 10px 10px; vertical-align:middle; } -table td:hover, tr.odd td:hover { +table tr:hover td, tr.odd:hover td { background:none repeat scroll 0 0 #E8E4DE; } table a.table_delete {