Hi,

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 [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