more beautification b/c of bootstrap 5.3 #2
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@ td.text-end {
|
||||
}
|
||||
|
||||
@include color-mode(dark) {
|
||||
.table>:not(caption)>*>* {
|
||||
.table>thead>*>* {
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user