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 cdfe61537..18de2d228 100644 --- a/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css +++ b/libreplan-webapp/src/main/webapp/common/css/libreplan_zk.css @@ -1160,6 +1160,12 @@ tr.z-treerow-seld input { background-image: none; } +tr.z-treerow-over input { + background-color: #eff2f6; /* Soft blue */ + background-image: none; +} + + .timeplot-canvas { position:relative; overflow:hidden;