Hello,
I have a gridlayout with components in them. (These are VerticalLayouts wrapped in the DragAndDropWrapper)
Depending on the state of the components, I draw a border in different colors.
I set the border via style:
For example:
.NOT_AVAILABLE_BORDER
{
border-color: red;
border-bottom-style: solid;
border-width: 2px;
}
Strange, this only draws the bottom border, and the box (when looked at via firebug)
has the style or status NOT_AVAILABLE_BORDER (See attached print screen)
What could be the problem ?