jackett and synclounge fixes
This commit is contained in:
parent
6905bee1b6
commit
61b6641577
@ -108,6 +108,9 @@ table.dataTable thead th, table.dataTable thead td {
|
|||||||
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
|
||||||
background-color: rgba(0, 0, 0, 0.25);
|
background-color: rgba(0, 0, 0, 0.25);
|
||||||
}
|
}
|
||||||
|
.dataTables_length select, .dataTables_filter input, .dataTable.compact tfoot td select {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
#footer {
|
#footer {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -76,6 +76,13 @@ p a {
|
|||||||
background: rgba(255, 255, 255, 0.10) !important;
|
background: rgba(255, 255, 255, 0.10) !important;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
.theme--dark.v-expansion-panels .v-expansion-panel {
|
||||||
|
background-color: transparent;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
.theme--dark.v-text-field--solo>.v-input__control>.v-input__slot {
|
||||||
|
background: rgb(0 0 0 / 0.50);
|
||||||
|
}
|
||||||
.flex.md3 .application .theme--dark.v-list, .theme--dark .v-list {
|
.flex.md3 .application .theme--dark.v-list, .theme--dark .v-list {
|
||||||
background: rgba(255, 255, 255, 0.10) !important;
|
background: rgba(255, 255, 255, 0.10) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user