summaryrefslogtreecommitdiff
path: root/wwwroot/styles
diff options
context:
space:
mode:
Diffstat (limited to 'wwwroot/styles')
-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 {