Quick changes for CHOW

This commit is contained in:
Scott Idem
2024-03-04 08:46:12 -05:00
parent 63990bb36a
commit 04a8b49177
3 changed files with 140 additions and 40 deletions

View File

@@ -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;
}