XUL groupbox border 1.9.1.3

View: New views
1 Messages — Rating Filter:   Alert me  

XUL groupbox border 1.9.1.3

by Sunil Parte :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I recently upgraded from XULRunner 1.9.0.10 to 1.9.1.3.
I had lot of groupboxes with border to set to 0px. But in 1.9.1.3, the border is always seen. Even though it is set to 0px.
This is how i set border to 0px.

<groupbox style="border:0px;">
<caption>
Some Cap
</caption>
.. Some more tags..
</groupbox>

I tried lot of other things. Like setting border-top/bottom/left/right to zero, setting border-style to none.

Any ideas why this is not working?