Fix CSS and update packages.

This commit is contained in:
James Cole
2023-01-29 18:53:26 +01:00
parent dec5e3440d
commit 15210f75e7
2 changed files with 184 additions and 165 deletions

View File

@@ -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;
}
}