Wenn ich in der Seitenleiste links die Icons (z.B. Kalender,Mail....) anklicke wird der Hintergrund farbig.
Ist es möglich das der Hintergrund Transparent ist und nur das Icon selber farbig wird.
Teste bitte mal das ↓.
CSS
#spacesToolbar > div > button.current {
background: none !important;
color: #FFF !important;
}
#spacesToolbar > div > button.current img {
stroke: #F20 !important;
}
#spacesToolbar > div > button.current:hover img {
stroke: #000 !important;
}
#spacesToolbar > div > button.current:hover {
background-color: #D1E2F2 !important;
color: #000 !important;
}
Alles anzeigen