mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
commit
ae373a15c5
@ -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
Loading…
Reference in New Issue
Block a user