mirror of
https://github.com/portainer/portainer.git
synced 2025-07-28 09:49:40 +02:00
fix danger button hover color (#5605)
This commit is contained in:
parent
b0ec67826c
commit
b876f2d17d
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue