Ich hab den Code von Bastler übernommen. Er funktioniert, also alles i.O.
Besten Dank an Bastler und Milupo
CSS
/* ---SYMBOLLEISTE--- */
/* ---Schaltfläche: Alle Buttons ändern--- */
.unified-toolbar-button {
appearance: none !important;
transform: scale(0.93, 0.93) !important;
background-color: #383732!important;
border: 1px solid #808080!important;
box-shadow: inset 0px 0px 5px 0px #808080!important;
}
.unified-toolbar-button:hover {
background-color: red !important;
border: 1px solid #F05342 !important;
box-shadow: inset 0px 0px 25px 0px #7A0603 !important;
}
/* ---Schaltfläche: Abrufen,Verfassen--- */
#unifiedToolbarContent > li.get-messages > div > button,
#unifiedToolbarContent > li.write-message > div > button {
background-color: #1075BC!important;
border: 1px solid #808080!important;
box-shadow: inset 0px 0px 25px 0px #04294A!important;
}
#unifiedToolbarContent > li.get-messages > div > button:hover,
#unifiedToolbarContent > li.write-message > div > button:hover {
background-color: red !important;
border: 1px solid #F05342 !important;
box-shadow: inset 0px 0px 25px 0px #7A0603 !important;
}
Alles anzeigen