mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +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 {
|
||||
color: var(--white-color) !important;
|
||||
}
|
||||
|
||||
.btn-danger:hover {
|
||||
color: var(--white-color);
|
||||
}
|
||||
/* Overide Vendor CSS */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue