Den Code mit den Symbolen aus dem Codekasten kopieren und in die userChrome.css unter Profilordner\chrome einfügen.
Warum jeden Button einzeln aufführen?
CSS
#header-view-toolbox > hbox > toolbarbutton,
#header-view-toolbox > hbox > toolbaritem,
#header-view-toolbox > hbox > button {
background-color: #905B46 !important;
color: #FFF !important;
}
#header-view-toolbox > hbox > toolbarbutton:hover,
#header-view-toolbox > hbox > toolbaritem:hover,
#header-view-toolbox > hbox > button:hover {
background-color: #0082FC !important;
color: #FFF !important;
}
/* AllowHTMLTemp */
#_532269cf-a10e-4396-8613-b5d9a9a516d4_-messageDisplayAction-toolbarbutton {
background-color: #F79F1A !important;
color: #FFF !important;
}
#_532269cf-a10e-4396-8613-b5d9a9a516d4_-messageDisplayAction-toolbarbutton:hover {
background-color: #0082FC !important;
color: #FFF !important;
}
Alles anzeigen