StackPanel has an ugly border at the bottom, and I verified that this
is explicitly set in standard.css.
So I would like to remove it / change its color by using the "!
important;" keyword in my own style:
.myStackPanel
{
border-bottom: 1px solid #FF0000; !important;
}
This shows no effect.
But it succeeded in other cases.
How can I get rid of the bottom border?
Thanks
Magnus
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment