mirror of https://github.com/portainer/portainer
fix danger button hover color (#5605)
parent
b0ec67826c
commit
b876f2d17d
|
@ -396,4 +396,8 @@ input:-webkit-autofill {
|
||||||
.btn-primary:hover {
|
.btn-primary:hover {
|
||||||
color: var(--white-color) !important;
|
color: var(--white-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-danger:hover {
|
||||||
|
color: var(--white-color);
|
||||||
|
}
|
||||||
/* Overide Vendor CSS */
|
/* Overide Vendor CSS */
|
||||||
|
|
Loading…
Reference in New Issue