diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-10-05 15:53:02 +1100 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-10-05 15:53:02 +1100 |
| commit | 3d5f6e47bd74ce77d5ec253f51b7cef1b42099ef (patch) | |
| tree | 26add459f06b46ed74bfb0b6788b258d2dd11b3d /wwwroot/styles | |
| parent | aa0b68f7648bd5a7c14b64737a4f8d3e402bfce5 (diff) | |
Continued to refine ACLDialog
Diffstat (limited to 'wwwroot/styles')
| -rw-r--r-- | wwwroot/styles/global.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/wwwroot/styles/global.css b/wwwroot/styles/global.css index ec77442..5e46d37 100644 --- a/wwwroot/styles/global.css +++ b/wwwroot/styles/global.css @@ -89,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; @@ -143,7 +148,7 @@ input, textarea { margin-bottom: 10px; } -input { +input:not(input[type="checkbox"]) { height: 25px !important; } |
