könnte man dieses auch noch weg bekommen ?
Was heißt "weg bekommen" ? Ganz weg oder einfach andere Farben ?
Teste mal den folgenden Code. Ich habe dein CSS weitestgehend übernommen und unten noch ein boisschen CSS hinzugefügt :
CSS
#button-getmsg {
font-weight:700 !important;
color: #0c0c0d !important;
border:2px solid transparent !important;
border-radius:6px !important;
padding: 4px 8px 5px 6px !important; /* top, right, bottom, left */
}
#button-getmsg:hover {
background-color:rgba(12, 12, 13, 0.1)!important;
border-top:2px solid #0c0c0d !important;
}
#button-getmsg:hover > toolbarbutton:nth-child(2), #button-getmsg:hover > dropmarker:nth-child(3) {
background: lightblue !important;
border-color: red !important; }
Alles anzeigen
Bei mir sieht der Button beim Darüberfahren dann so aus :