| Author | void |
|---|---|
| Created | May 31, 2007 |
| Updated | May 31, 2007 |
| Installs (this week) | 1 |
| Installs (total) | 1,483 |
This is an experimental style. It is the port of akirasan's style[1] (based on Phillippe Wittenbergh's work[2]).
Since it aims to override the browser' default elements layout, you need to remove the "!important" keyword of some rules in your forms.css file (usually found in <Firefox-Path>\res\forms.css) starting around line 364, leaving the CSS style something similar to the one below (note the "!important" being commented, e.g. "/* !important */").
There are some issues, like the drop-down boxes not being (fully) styled, but this will be attended shortly (again, affecting 'forms.css').
[1] [*]
[2] [*]
/* common features of radio buttons and check boxes */
input[type="radio"],
input[type="checkbox"] {
/* same colors as |input| rule, but |!important| this time. */
-moz-box-sizing: border-box;
background-color: -moz-Field /*! important*/;
color: -moz-FieldText ! important;
border:
More Info
Feedback
Discussions
No discussions posted yet. Be the first to ask a question or review this style.
