Re: XUL Toolbar element vs. "background-color"
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
On Monday, September 12, 2011 8:53:41 PM UTC+5, Igor Tandetnik wrote: > On 9/12/2011 11:26 AM, Marek Sebera wrote: > > > I have XUL Toolbar element defined in overlay, everything works just > > > fine, but I'd like to change background color of it. > > > > > > I'm not able to do it. Is it possible at all? > > > > Try adding "-moz-appearance: none;" to your CSS stanza. This turns off > > OS-defined theming. > > -- > > Igor Tandetnik im trying to change toolbar background color. please let me know where exactly to add -moz-appearance: none;?