Firefox - Farbe der Symbolleisten ändern? [gelöst]
Firefox - Farbe der Symbolleisten ändern?
hi..
ich denke mal topic-name sagt alles..
habs in der userchrome schon mit
/* Farbe Symbolleisten */
menubar, toolbox, toolbar, .tabbrowser-tabs {
background-color: #DBB34B !important; }
versucht...aber nothing...
jmd ne idee?
mfg
torti
ich denke mal topic-name sagt alles..
habs in der userchrome schon mit
/* Farbe Symbolleisten */
menubar, toolbox, toolbar, .tabbrowser-tabs {
background-color: #DBB34B !important; }
versucht...aber nothing...
jmd ne idee?
mfg
torti
-
Tante Google
Ich habs so gemacht:
Achso, das Hintergrundbild kommt dann in den Chrome-Ordner im Profil.
Code: Alles auswählen
statusbar, statusbarpanel {
background-image: none !important;
background-color: #D6AD44 !important;
}
Code: Alles auswählen
/* Benutze ein Hintergrundbild für die Symbolleisten */
menubar, toolbox, toolbar, .tabbrowser-tabs {
background-image: url("back_alternative.jpg") !important;
background-color: none !important;
}
/* Benutze ein Hintergrundbild für die Symbolleisten */
.tabbrowser-tabs {
background-image: url("background1.jpg") !important;
background-color: none !important;
}
/* Benutze ein Hintergrundbild für die Symbolleisten */
statusbar, statusbarpanel {
background-image: url("back_alternative.jpg") !important;
background-color: none !important;
Code: Alles auswählen
/*
* Do not remove the @namespace line -- it's required for correct functioning
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
/*
* 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;
* }
*/
/*
* Eliminate the throbber and its annoying movement:
*
* #throbber-box {
* display: none !important;
* }
*/
/*
* For more examples see http://www.mozilla.org/unix/customizing.html
*/
#aboutDialog > #modes > #clientBox {
background-image: url("resource:///file:///C:/../about.png") !important;
statusbar, statusbarpanel {
background-image: none !important;
background-color: #DBB34B !important;
}
/* Benutze ein Hintergrundbild für die Symbolleisten */
menubar, toolbox, toolbar, .tabbrowser-tabs {
background-image: url("backround.jpg") !important;
background-color: none !important;
}
/* Benutze ein Hintergrundbild für die Symbolleisten */
.tabbrowser-tabs {
background-image: url("background2.jpg") !important;
background-color: none !important;
}
/* Benutze ein Hintergrundbild für die Symbolleisten */
statusbar, statusbarpanel {
background-image: url("backround3.jpg") !important;
background-color: none !important;
Och is die noch schön leer...solltest mal meine sehen.
Aber btT...
Sieht alles richtig aus.
Vielleicht 'ne blöde Frage, aber ich stell sie mal trotzdem.^^
Du hast hast wie ich sehe ja meine Bild-Namen übernommen, heißen denn deine Bilder im Chrome-Ordner dann auch so?
Sorry für die dumme Frage, aber manchmal übersieht man ja so kleine Sachen. *g*
Edit
Ooops, hast sie ja doch nicht übernommen. ^^
Also dann fällt mir auch nichts mehr ein.
Mhhh...

Aber btT...
Sieht alles richtig aus.
Vielleicht 'ne blöde Frage, aber ich stell sie mal trotzdem.^^
Du hast hast wie ich sehe ja meine Bild-Namen übernommen, heißen denn deine Bilder im Chrome-Ordner dann auch so?
Sorry für die dumme Frage, aber manchmal übersieht man ja so kleine Sachen. *g*
Edit
Ooops, hast sie ja doch nicht übernommen. ^^
Also dann fällt mir auch nichts mehr ein.
Mhhh...
nee, ist eigentlich nichts anderes und sollte mit abgedeckt sein.
btw, kann dir noch folgende Codes anbieten:
btw, kann dir noch folgende Codes anbieten:
Code: Alles auswählen
#navigator-toolbox {
background:
rgb(214,173,68)
top left
repeat
!important;
}
menupopup,
#toolbar-context-menu,
#contentAreaContextMenu {
background:
rgb(214,173,68)
top left
repeat-y
!important;
}
sidebarheader,
#sidebar-box,
#appcontent,
#content {
background:
rgb(214,173,68)
top left
repeat-x
!important;
}