more beautification b/c of bootstrap 5.3

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-10-17 14:25:02 +02:00
parent 965e2dfd95
commit 7556685881
6 changed files with 17 additions and 12 deletions

View File

@@ -1,4 +1,11 @@
// wip
.form-control-plaintext {
outline: none;
}
.form-control[readonly] {
background: $body-tertiary-bg;
}
@include color-mode(dark) {
.formfield {
border-bottom: $border-color-dark solid 1px;

View File

@@ -7,14 +7,6 @@
height: 24px;
}
.form-control-plaintext {
outline: none;
}
.form-control[readonly] {
background: rgba(0, 0, 0, .15);
}
.page-header {
margin-bottom: 2rem;