Zitat von Mondkind...also lerne ich schon einmal Hier...
Ein wirkliches lernen ist das ja nicht, da ich dir den jeweligen Code ja gebe. :wink:
Immerhin kannst Du aber dadurch sehen was sich alles verändern läßt.
Eine Seite mit diverser Hilfe wäre z.B. diese:
Teste diese mal alle: ( einfach wenn dann austauschen mit deinen )
Code
/* Menüleiste oben */
#toolbar-menubar, #main-menubar > menu{
color: #BEBEBE !important }
#toolbar-menubar, #main-menubar > menu:hover{
color: #FF9900 !important }
CSS
/* Simple Mail Einstellungen */
@-moz-document url-prefix(chrome://simplemail/content/preferences/preferences.xul){
#simplemail-preferences-window,
.box-inherit.dialog-content-box,
tabpanels,
tab,
#account-name,
#account-email,
#account-image,
.treecol-image,
.dialog-button-box,
#filter-name,
.tabs-right{
-moz-appearance: none!important;
color: #BEBEBE !important;
background-color:#2E4229 !important}
#account-tree,
#filter-tree{
-moz-appearance: none!important;
border:none!important;
color: #BEBEBE !important;
background-color:#455F46 !important}}
Alles anzeigen
CSS
/* Simple Mail */
@-moz-document url-prefix(chrome://simplemail/content/main/main.xul){
#search,
#simplemail-toolbar,
hbox,
splitter,
treecol,
#right-column,
menuitem,
#image,
#attachmentsCount{
-moz-appearance: none!important;
color: #BEBEBE !important;
background-color:#2E4229 !important}
.tree-columnpicker-icon{
background-color:#2E4229 !important}
menuitem:hover{
color:orange !important}
.treecol-image{
-moz-appearance: none!important;
background-color:#BEBEBE !important}}
Alles anzeigen
CSS
/* Add-ons */
@-moz-document
url-prefix(chrome://mozapps/content/extensions/extensions.xul){
.viewGroupWrapper,
window{
color: #BEBEBE;
background:#2E4229 !important}
menu,
#userstyles-heading > label{
color: #BEBEBE !important}
radio{
color: #BEBEBE!important;
background:#2E4229 !important}
radio:hover{
color: yellow!important;}
.textbox-input,
textbox,
#styles-sort,
menupopup,
menuitem{
-moz-appearance: none!important;
border:none!important;
color: #BEBEBE!important;
background:#455F46 !important}
menuitem:hover{
color:yellow!important}}
Alles anzeigen
CSS
button:hover{
color: #FF9900 !important;
background-color:#354E31 !important}
button{
-moz-appearance: none !important;
color: #BEBEBE !important;
border:none!important;
background-color:#455F46 !important}
Evtl. mußt Du Farben noch ändern.