Sören Danke erstmal, aber beide zusammenfassen wollte ich nicht da die bei mir unterschiedlich aussehen ![]()
normal
mit hover (nicht wundern, ist ein wenig gephotoshopt) ![]()
CSS
/* für Button - Bearbeiten */
.edit-button {
color:#0c0c0d !important;
background-color:rgba(0, 101, 4, 0.1) !important;
border:2px solid transparent !important;
fill:#737373 !important;
}
.edit-button:hover {
border-top:2px solid #006504 !important;
}
/* für Button - Entfernen */
.delete-button {
color:#0c0c0d !important;
background-color:rgba(215, 0, 34, 0.1) !important;
border:2px solid transparent !important;
fill:#737373 !important;
}
.delete-button:hover {
color:#d70022 !important;
border-top:2px solid #d70022 !important;
fill:#d70022 !important;
}
Alles anzeigen