Boris Zbarsky wrote:
> I've been trying to work on some decent default contents for
> userChrome.css and I seem to have no good ideas of things to put in
> there. Does anyone have any thoughts on what would be good example
> rules?
>
Yo Boris, join da crowd.
I used to run with
input {
background-color: cyan !important;
}
It gave a softer aspect to the textfields and went quite well with
Modern 2. Since I changed computer I haven't bothered with it though.
I have also, as a proof-of-concept, removed the throbber by using
something like
#throbber-box {
display: none !important;
}
Some say it speeds up the browser because you don't have to update the
throbber while the page is loading. The same is true for the progress
bar, I guess.
-Fabian.
> Boris
> -----------------
> 617-764-2453
> -----------------
> We are all agreed that your theory is crazy. The
> question which divides us is whether it is crazy enough
> to have a chance of being correct. My own feeling is
> that it is not crazy enough.
> -- Niels Bohr
>
>