FRAGE: Welcher Code ändert die Hintergrundfarbe?
Wovon???? ![]()
CSS
/* Addons-Verwaltung: Hintergrundfarben */
@-moz-document url-prefix(chrome://mozapps/content/extensions/aboutaddons.html),
url-prefix(about:addons) {
#sidebar {
background: linear-gradient(to bottom right, white,#acacac,#f2f3f4,#acacac) !important; /* Hintergrund linke Seite */
}
.main-search,
.sticky-container,
.main-heading,
#content {
background: #bfc1c2 !important; /* Hintergrund rechte Seite */
font-size: 15px !important;
} }
Alles anzeigen
