Updating .btn-info color to #fff (issue #7686)

This commit is contained in:
Mateus Pereira 2023-06-25 19:43:09 -03:00
parent 3d8bf3ec9b
commit f76a7d59e0
No known key found for this signature in database
GPG Key ID: BAC115E6CA5C4ADB
2 changed files with 4 additions and 1 deletions

View File

@ -117,6 +117,9 @@
.skin-firefly-iii .btn-success.hover {
background-color: #004726;
}
.skin-firefly-iii .btn-info {
color: #fff;
}
.skin-firefly-iii .dropdown-menu {
box-shadow: none;
background-color: #353c42;

File diff suppressed because one or more lines are too long