Hallo, ich habe nun fast wieder mein altes Design mit der Erweiterung Classic Theme Restorer (Customize Australis) 1.1.8 und meiner userChrome.css
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#appmenu-button {
background: #A90101 !important;
}
#appmenu-button dropmarker:before {
content: "My Firefox" !important;
color: #FFFFFF !important;
text-shadow:none;
}
#appmenu-button .button-text {
display: none !important;
}
tabs.tabbrowser-tabs#tabbrowser#tabs{
background-color: transparent!important;
}
.tabbrowser-tab, .tabs-newtab-button {
background: transparent !important;
color: #ffffff !important;
text-shadow: 0px 0px 0px !important;
font-size: 0.9em !important;
border: #000000 0px solid !important;
padding-left: 0px !important;
padding-right: 0px !important;
box-shadow: inset 0px 0px 0em 0px rgba(255,255,255,.5) !important;
border-radius: 6px 6px 0px 0px !important;
height: 24px !important;
}
.tabbrowser-tab:not([pinned="true"]){
margin-left: 0px !important;
margin-right: 0px !important;
color: #ffffff !important;
}
.tabbrowser-tab[selected="true"]{
background: transparent !important;
color: #ffffff !important;
text-shadow: 0px 0px 0px !important;
box-shadow: inset 0px 0px 10px 0px #EE0000 !important;
}
/* privates Fenster/Tab */
#main-window[privatebrowsingmode=temporary] #appmenu-button {
background: #6913A3 !important;
}
#main-window[privatebrowsingmode=temporary]:not([disablechrome]) .tabbrowser-tab[selected=true] {
box-shadow: inset 0px 0px 10px 0px #8b00e9 !important;
}
Alles anzeigen
hin bekommen.
[Blockierte Grafik: http://i.imgur.com/gtpylKy.png]
Allerdings greift hier nicht alles, so zb. wird die Farbe des Firefox Buttons nicht wie gewünscht geändert und es steht da auch weiter "Firefox" drin und nicht "My Firefox" wie in meinem userChrome.css Code. Weiß jemand wie ich das noch wie gewünscht hin bekommen kann (möglichst mit userChrome.css ? :-???
PS.: ich weiß, dass zwar die Farbe mit ClassicTheme Restorer auch geändert werden kann, allerdings ist mir die Auswahl zu eingeschränkt und die Farben entsprechen nicht meinen Wünschen und eine Möglichkeit den Text zu ändern gibt es dort leider auch nicht.