From aeb7226ef123a57356e7ffadb117e33bd8b2fc0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenzo=20Tilve=20=C3=81lvaro?= Date: Wed, 16 Nov 2011 13:09:52 +0100 Subject: [PATCH] Fixed styles for selected listitem and comboitem elements in ZK5 FEA: ItEr75S04BugFixing --- libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css index b5e2a6a3e..4bb42a23e 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -1138,8 +1138,8 @@ span.perspective, span.perspective-active { overflow-x: auto; } -tr.z-tree-row-seld, tr.z-list-item-seld, -.z-combobox-pp .z-combo-item-seld, +tr.z-tree-row-seld, tr.z-listitem-seld, +.z-combobox-pp .z-comboitem-seld, tr.z-treerow-seld { background-color: #fdd772; /* Dark orange */ color: #000000;