Hi
Habe das hier in meine userChrome.css reinkopiert:
.toolbarbutton-text {
-moz-appearance: none !important;
color: white !important;
}
Damit die Farbe meiner Lesezeichensymbole weiß ist!
ABER: Es funzt nicht so recht wie ich es mir vorgstellt habe!
Hier mal meine userChrome.css
CSS
/*
* Some possible accessibility enhancements:
*/
/*
* Make all the default font sizes 20 pt:
*
* * {
* font-size: 20pt !important
* }
*/
/*
* Make menu items in particular 15 pt instead of the default size:
*
* menupopup > * {
* font-size: 15pt !important
* }
*/
/*
* Give the Location (URL) Bar a fixed-width font
*
* #urlbar {
* font-family: monospace !important;
* }
*/
/*
.toolbarbutton-text {
-moz-appearance: none !important;
color: white !important;
}
/*
* Eliminate the throbber and its annoying movement:
*
* #throbber-box {
* display: none !important;
* }
*/
/*
* For more examples see http://www.mozilla.org/unix/customizing.html
*/
Alles anzeigen
Kann mir jemand sagen wo der Fehler ist? Hab den Mozilla Firefox 1.0.7!