Slight refactor in CSS fix.

This commit is contained in:
James Cole
2023-06-27 14:08:21 +02:00
parent 14fe82e361
commit 43aa1704a9
2 changed files with 4 additions and 4 deletions

View File

@@ -97,6 +97,9 @@
.skin-firefly-iii button.list-group-item {
color: #bec5cb;
}
.skin-firefly-iii .btn-info {
color: #fff;
}
.skin-firefly-iii .btn-default {
background-color: #55606a;
color: #bec5cb;
@@ -117,9 +120,6 @@
.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