You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Better Firefox Extensions
Hi,
In my Firefox addon I am opening a XUL window through openDialog
function. I want to have this window's background as default theme of
the system. If I don't assign any background color to window it
becomes transparent. How can I change the color of the window to
system defualt.
saqib
unread,
Dec 14, 2009, 2:41:42 AM12/14/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Better Firefox Extensions
Ok. Finally the issue is resolved. I used this CSS for my window
-moz-appearance: window;
background-color: -moz-Dialog;