Re: [Camino] Restoring native Aqua widgets again...
Stuart Morgan <[email protected]> Thu, 22 May 2008 07:09:26 -0700
| Newsgroups | gmane.comp.mozilla.chimera |
|---|---|
| Message-ID | <D5E3519F-3AD5-4043-B672-D6E32C139A2B__40780.0985187807$1211465451$gmane$org@alumni.case.edu> |
On May 22, 2008, at 1:07 AM, Ruurd Koons wrote: > In particular, it seems as if forms with combo boxes (drop > down things) and buttons now are displayed in some windows-style, > instead of like a native Aqua widget. I suspect this has to do with > Camino better respecting CSS styles for those widgets or something, > but > personally I dislike it quite a lot. That is indeed the reason, although the fallback <select> widgets look bad enough that we are planning to go back to disabling CSS styling for them for now. > All reasoning for this put aside, is there some option somewhere to > restore the original behaviour of just having the beautiful and > clearly > recognisable Aqua widgets again? You could edit the forms.css file inside of the Camino bundle, and add !important rules to prevent all of the things that can trigger fallback (background-color, border, etc.) from changing. -Stuart