Nur als Beispiel wie das dann aussehen könnte:
Für die userContent.css:
CSS
button#copy.screenshots-button {
--in-content-focus-outline-width: 0 !important;
}
button#cancel.screenshots-button {
background: red !important;
color: white !important;
}
button#cancel.screenshots-button:hover {
background: green !important;
}
button#copy.screenshots-button {
background: brown !important;
color: white !important;
}
button#copy.screenshots-button:hover {
background: green !important;
}
button#download.screenshots-button {
background: green !important;
color: white !important;
}
button#download.screenshots-button:hover {
background: orange !important;
color: blue !important;
}
Alles anzeigen
Und sollte der Hg der Button auch noch angepasst werden: