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; }