summaryrefslogtreecommitdiff
path: root/wwwroot/styles/global.css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-10-09 16:00:18 +1100
committerJake Mannens <jake@asger.xyz>2023-10-09 16:00:18 +1100
commit299e58db28202be8706dee1c570c382e1489213b (patch)
tree9276a024702e7596cd58c72337c29955fafa98e2 /wwwroot/styles/global.css
parent2c30354c4af308bf9856a3651d9ba3a686eed936 (diff)
AclDialog
Diffstat (limited to 'wwwroot/styles/global.css')
-rw-r--r--wwwroot/styles/global.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css
index 5e46d37..09bbcbf 100644
--- a/wwwroot/styles/global.css
+++ b/wwwroot/styles/global.css
@@ -95,8 +95,9 @@ input[type="checkbox"] {
}
button:disabled {
- color: var(--col-button-disabled) !important;
background: var(--col-button-disabled-bg) !important;
+ color: var(--col-button-disabled) !important;
+ cursor: not-allowed;
}
button.warning {