Hi
May I know how to modify the corners of the DecoratorPanel?

I created 2x2 PNG representing each of the corners and set the CSS as shown
below:

.gwt-DecoratorPanel .topLeft {
  width: 2px;
  height: 2px;
  background: url(images/top-left-1.png);
}

.gwt-DecoratorPanel .topRight {
  width: 2px;
  height: 2px;
  background: url(images/top-right-1.png);
}

.gwt-DecoratorPanel .bottomLeft {
  width: 2px;
  height: 2px;
  background: url(images/bottom-left-1.png);
}

.gwt-DecoratorPanel .bottomRight {
  width: 2px;
  height: 2px;
  background: url(images/bottom-right-1.png);
}


but it is still showing the default corners, it doesn't seem as simple as
changing the CSS though :-(


Do you have any idea of how to modify the rounded corners of the
DecoratorPanel?


-- 

Hez

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