From fdc48b3a4cdafb2bb195ce0311b130dd282e894f Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Tue, 20 Mar 2012 17:11:13 +0000 Subject: [PATCH] giving selected bg-coloring precedence over other bg-color classes usingimportant --- phpgwapi/templates/idots/css/traditional.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/templates/idots/css/traditional.css b/phpgwapi/templates/idots/css/traditional.css index 994863313a..89ea013619 100755 --- a/phpgwapi/templates/idots/css/traditional.css +++ b/phpgwapi/templates/idots/css/traditional.css @@ -587,7 +587,7 @@ Preferences tabs } .egwGridView_grid > tbody > tr.selected { - background-color: #b7c3ff; + background-color: #b7c3ff !important; } tr.draggedOver td {