Danke erstmal.
also es funktionieren beide CSS aber ohne die Schriftfarbe zu ändern.
Diese bleibt immer schwarz.
getestet hab ich es mit beiden CSS und zuletzt mit
appearance: none !important;
CSS
-moz-document url-prefix(about:logins) {
.action-buttons .edit-button,
.action-buttons edit-button
{ appearance: none !important;
background-color: #006600 !important;
color: yellow !important;
}
.action-buttons .edit-button:hover,
.action-buttons edit-button:hover
{
background-color: #03a224 !important;
}
.action-buttons .delete-button,
.action-buttons delete-button
{
background-color: #ff6800 !important;
color: yellow !important;
}
.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