diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-09 17:50:12 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-09 17:50:12 +1100 |
| commit | ea89ec0c1b05ac246f2ffd5907daace27564100b (patch) | |
| tree | 39d870b5167e0cab112a85dadcd8d8e67785b446 /wwwroot/styles/global.css | |
| parent | 36757ad31901cce4bb55f4911a28bb63ee1dee7a (diff) | |
| parent | 299e58db28202be8706dee1c570c382e1489213b (diff) | |
Merge branch 'security' of gitlab.com:plasmicplexus/HyperBooru-Server into security
Diffstat (limited to 'wwwroot/styles/global.css')
| -rw-r--r-- | wwwroot/styles/global.css | 3 |
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 { |
