more beautification b/c of bootstrap 5.3 #2

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-10-17 15:00:52 +02:00
parent 7556685881
commit 462a798cb6
4 changed files with 18 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
}
.form-control[readonly] {
background: $body-tertiary-bg;
background-color: $body-tertiary-bg;
}
@include color-mode(dark) {
@@ -12,7 +12,7 @@
}
.form-control,
.form-select {
background: $dark-bg;
background-color: $dark-bg;
}
.form-switch {
@@ -22,7 +22,7 @@
}
.form-control[readonly] {
background: $body-tertiary-bg-dark;
background-color: $body-tertiary-bg-dark;
}
}

View File

@@ -88,7 +88,7 @@ td.text-end {
}
@include color-mode(dark) {
.table>:not(caption)>*>* {
.table>thead>*>* {
background-color: transparent;
}
}

View File

@@ -32,3 +32,15 @@
}
}
}
@include color-mode(dark) {
#search {
.search-input {
color: $body-color-dark;
}
.search-results-box {
background: $dark-bg;
border: $border-color-dark solid 1px;
}
}
}