Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

How to change the HoverStyle of Add and Delete Button of FilterBuilder?

$
0
0
Hello,

I changed my hoverstyle for tooltips for buttons, listgridfields, etc.. this works nicely. Now i'd like to change the hoverstyle of the add and remove buttons of the FilterBuilder. This is not to be possible when i use the following code:

Code:

filterBuilder.setHoverStyle("hoverStyle")
Code:

CSS:
.hoverStyle {
        font-family:Arial,Bitstream Vera Sans,sans-serif;
    font-size:8pt;
    border:1px solid #808080;
    padding:5px;
    background-color:#FDFDD3;
    color:black;
        white-space: nowrap;
}


The code above is working for any other component ...

I use SmartGWT 3.1 Pro. The problem exists in all browsers

Viewing all articles
Browse latest Browse all 4756

Trending Articles