when we create a textbox in GWT ,it always have a shadow effect(3D effect), borders are not sleek
i search for it but couldn’t find a way to remove the default shadow effect from the textbox
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
on gwt designer, you can define the individual css styles for each widget your use. Just put in the style tag of your widget:
This should work.