1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-04 10:12:31 +01:00

jackett and synclounge fixes

This commit is contained in:
Marius 2020-11-17 22:33:33 +01:00
parent 6905bee1b6
commit 61b6641577
2 changed files with 10 additions and 0 deletions

View File

@ -108,6 +108,9 @@ table.dataTable thead th, table.dataTable thead td {
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
background-color: rgba(0, 0, 0, 0.25);
}
.dataTables_length select, .dataTables_filter input, .dataTable.compact tfoot td select {
color: black;
}
#footer {
color: #ffffff;
}

View File

@ -76,6 +76,13 @@ p a {
background: rgba(255, 255, 255, 0.10) !important;
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 {
background: rgba(255, 255, 255, 0.10) !important;
}