summaryrefslogtreecommitdiff
path: root/wwwroot
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-10-05 16:47:49 +1100
committerJake Mannens <jake@asger.xyz>2023-10-05 16:47:49 +1100
commit2c6e3aa4456811a3d6412fc10019012a900eb6a0 (patch)
treed0616bbe573a4abe5aaf9f80e7960a40352967b8 /wwwroot
parent035d2e3858dd55580c294031573c3be9e1999449 (diff)
parent3d5f6e47bd74ce77d5ec253f51b7cef1b42099ef (diff)
Merged security
Diffstat (limited to 'wwwroot')
-rw-r--r--wwwroot/styles/global.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css
index ebcda47..5e46d37 100644
--- a/wwwroot/styles/global.css
+++ b/wwwroot/styles/global.css
@@ -23,6 +23,8 @@
--col-switch-bg: var(--col-bg);
--col-switch-fg: #fff;
--col-switch-bg-hl: var(--col-accent-pri);
+ --color-aclaction-allow: #8dff76;
+ --color-aclaction-deny: #ff4747;
--size-default-gap: 30px;
}
@@ -87,6 +89,11 @@ button, input[type=submit] {
user-select: none;
}
+input[type="checkbox"] {
+ accent-color: var(--col-accent-pri);
+ background: #222;
+}
+
button:disabled {
color: var(--col-button-disabled) !important;
background: var(--col-button-disabled-bg) !important;
@@ -141,7 +148,7 @@ input, textarea {
margin-bottom: 10px;
}
-input {
+input:not(input[type="checkbox"]) {
height: 25px !important;
}