Hi All,
I am trying to use RichTextArea in one of my web page. In Hosted mode
it shows the Border for RichTextArea, but when i compile and run it in
any of the browser it doesnt show any border.
Users can do text operation in this widget but border is not visible,
which is very confusing for the users.
I am also trying to set following css but no help. can you please tell
me what to do, so Border will be visible in Browsers.

.gwt-RichTextArea {
        border-width: 1px;
        border-style: solid;
        border-color: black;
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to