Richtig, einmal für die Stable, und einmal beta/nightly. Steht doch auch so oben in #6
Und wenn ich 115esr noch berücksichtigen wollen würde, sähe es so aus:
CSS
@-moz-document url-prefix(about:logins) {
.header .edit-button,
.action-buttons .edit-button,
.action-buttons edit-button
{
background-color: #20e048 !important;
}
.header .edit-button:hover,
.action-buttons .edit-button:hover,
.action-buttons edit-button:hover
{
background-color: #03a224 !important;
}
.header .delete-button,
.action-buttons .delete-button,
.action-buttons delete-button
{
background-color: #ff6800 !important;
}
.header .delete-button:hover,
.action-buttons .delete-button:hover,
.action-buttons delete-button:hover
{
background-color: #e02020 !important;
}
.detail-grid .copy-button,
.detail-grid copy-username-button,
.detail-grid copy-password-button
{
background-color: #2074e0 !important;
}
.detail-grid .copy-button:hover,
.detail-grid copy-username-button:hover,
.detail-grid copy-password-button:hover
{
background-color: #004aaa !important;
}
}
Alles anzeigen
Den ersten Bezeichner könnte man evtl. auch weglassen, aber so ist es eindeutiger.