Changed treerow input style for over elements

FEA: ItEr75S04BugFixing
This commit is contained in:
Lorenzo Tilve Álvaro 2011-12-07 17:12:32 +01:00
parent 47d78dda2f
commit 1d7b40684a

View file

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