Quick changes for CHOW
This commit is contained in:
@@ -72,6 +72,13 @@ body {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Remove the background from the body in all cases */
|
||||
body[data-theme] {
|
||||
background: none;
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
/* Remove the background from the body if using iframes */
|
||||
body[data-theme]:has(#page.iframe) {
|
||||
background: none;
|
||||
background-image: none;
|
||||
@@ -118,11 +125,11 @@ input:required {
|
||||
left: 5px;
|
||||
} */
|
||||
|
||||
/* .input_required::after {
|
||||
.input_required::after {
|
||||
content: '*';
|
||||
color: var(--warning-color-darker);
|
||||
color: rgb(var(--color-error-500) / 0.9);
|
||||
|
||||
position: relative;
|
||||
top: 5px;
|
||||
left: 5px;
|
||||
} */
|
||||
/* top: 0em; */
|
||||
left: .25em;
|
||||
}
|
||||
Reference in New Issue
Block a user