Hello,
yes, i know, but the problem is that:
ToggleButton has its predefined style gwt-Togglebutton or similar.
That style defines a background-image for the button.
In order to set a background color i need to get rid of the background
image.
So i defined a style
.color-icon {
height: 16px;
width: 23px;
background-image: none;
background-color: #777777;
}
and added it with
button.addStyleName("color-icon");
The size is taken into account, but not the background color.
The image is still there.
How can i get rid of the background image of the default style?
>
http://code.google.com/intl/sk-SK/webtoolkit/doc/latest/DevGuideUiCss...