mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix CSS and update packages.
This commit is contained in:
28
public/v1/lib/adminlte/css/skins/skin-dark.css
vendored
28
public/v1/lib/adminlte/css/skins/skin-dark.css
vendored
@@ -449,9 +449,11 @@
|
||||
a.list-group-item, button.list-group-item {
|
||||
color: #bec5cb;
|
||||
}
|
||||
|
||||
.progress {
|
||||
background: #696c71
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
background-color: #1b4365;
|
||||
}
|
||||
@@ -475,11 +477,29 @@
|
||||
.table-striped > tbody > tr:nth-of-type(2n+1) {
|
||||
background-color: #2a2f34;
|
||||
}
|
||||
|
||||
.table-hover > tbody > tr:hover {
|
||||
background-color: #2a2f34;
|
||||
}
|
||||
.table > tfoot > tr > td.active {background: #353c42;}
|
||||
.ti-autocomplete {background: #353c42 !important;color:#fff;}
|
||||
.ti-input {border: 1px solid #353c42 !important;}
|
||||
.vue-tags-input {background: #353c42 !important;}
|
||||
|
||||
.table > tfoot > tr > td.active {
|
||||
background: #353c42;
|
||||
}
|
||||
|
||||
.ti-autocomplete {
|
||||
background: #353c42 !important;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.ti-input {
|
||||
border: 1px solid #353c42 !important;
|
||||
}
|
||||
|
||||
.vue-tags-input {
|
||||
background: #353c42 !important;
|
||||
}
|
||||
.well {
|
||||
background: #55606a;
|
||||
color:#fff;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user