From 986c733c33ffa9566b9bf20c752290d5eb4dcbdc Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 20 Mar 2012 11:21:53 +0000 Subject: [PATCH] * InfoLog: icons to visualise entry has a parent or subs, using these icons (arrow left or up) in context-menu too --- phpgwapi/templates/idots/css/traditional.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/templates/idots/css/traditional.css b/phpgwapi/templates/idots/css/traditional.css index 715bf5fe96..281c4c48a9 100755 --- a/phpgwapi/templates/idots/css/traditional.css +++ b/phpgwapi/templates/idots/css/traditional.css @@ -581,12 +581,12 @@ Preferences tabs height: 19px; } -.egwGridView_grid > tbody > tr.focused > td { +.egwGridView_grid > tbody > tr.focused { background-image: url(../../default/images/egw_action/focused_hatching.png); background-repeat: repeat; } -.egwGridView_grid > tbody > tr.selected > td { +.egwGridView_grid > tbody > tr.selected { background-color: #b7c3ff; }