1
0
Fork 0
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:
Richard Wei 2021-09-22 15:17:52 +12:00 committed by GitHub
parent b0ec67826c
commit b876f2d17d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 */