I’m using GWT to present Disclosure Panels on my web page. I’ve succesfully created and presented the panel, but the colour of the header is blue. It’s the typical link’s colour. I’ve found the function getHeaderTextAccessor() but this can only edit the text and not the style of the header.How can I change the colour?
I’m using GWT to present Disclosure Panels on my web page. I’ve succesfully created
Share
Navigate to your “public” folder and in there create a style.css file and add
and then in the same “public” folder add the line
in the section. Then in your code apply the style “myDisclosurePanel” to disclosure panel object