Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    need to change font-size and color of button

    smart gwt -

    I have button, code as below

    ButtonItem resetButton = new ButtonItem("Reset");
    resetButton.setStartRow(false);
    resetButton.setEndRow(false);
    resetButton.setWidth(70);
    resetButton.setBaseStyle("aa");

    and i am trying to change the style of button thro' css class "aa", but i am not able to change. as it is taking default css class - .buttonTitle, .buttonTitleOver

    how could i change css of button

    Thanks
    Vijay Patil

    #2
    have you included your css file correctly in your html page ? When you debug with Firebug, your css is loaded ?

    Comment

    Working...
    X