This commit is contained in:
James Cole
2023-03-11 07:44:45 +01:00
parent 3e04f14665
commit 1f342ed592
2 changed files with 8 additions and 2 deletions

View File

@@ -12,6 +12,9 @@
background-color: #55606a;
border-color: #454e56;
}
.skin-firefly-iii .progress {
background-color: #3a4148;
}
.skin-firefly-iii .bootstrap-tagsinput {
background-color: #353c42;
border: 1px solid #353c42 !important;
@@ -99,7 +102,7 @@
color: #bec5cb !important;
}
.skin-firefly-iii .table-striped > tbody > tr:nth-of-type(odd) {
background-color: #454e56;
background-color: #373f45;
}
.skin-firefly-iii .table-hover > tbody > tr:hover {
background-color: #454e56;
@@ -498,3 +501,6 @@
.skin-firefly-iii .select2-container--default.select2-container--open {
background-color: #272c30;
}
.skin-firefly-iii .sidebar-menu > li.header {
color: #85929e;
}

File diff suppressed because one or more lines are too long