Changed cursor style when over 'more options' search header

FEA: ItEr62S05BugFixing
This commit is contained in:
Lorenzo Tilve 2010-10-17 23:45:55 +02:00
parent 5c83c6e41d
commit 75bc8e9a8d

View file

@ -1438,3 +1438,7 @@ display:none;
.filter-more-options .z-caption .z-caption-r {
font-size:11px;
}
.filter-more-options .z-groupbox-hl {
cursor:pointer;
}