diff options
author | Julius Härtl <jus@bitgrid.net> | 2022-09-01 09:07:25 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2022-09-01 14:15:43 +0200 |
commit | 3147585344eb2b1e7844e96e71a5888a7c3317c3 (patch) | |
tree | 7626f0b36817b4af9d37876b393c7d9f6cfae79f /apps/theming/css | |
parent | 6dac33ee562316f0ed3bb89b66885693b51ff10d (diff) | |
download | nextcloud-server-3147585344eb2b1e7844e96e71a5888a7c3317c3.tar.gz nextcloud-server-3147585344eb2b1e7844e96e71a5888a7c3317c3.zip |
Fix fallback css variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/theming/css')
-rw-r--r-- | apps/theming/css/default.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css index 134e6e0aad0..887281ab504 100644 --- a/apps/theming/css/default.css +++ b/apps/theming/css/default.css @@ -29,6 +29,7 @@ --color-text-maxcontrast: #767676; --color-text-light: #222222; --color-text-lighter: #767676; + --color-scrollbar: rgba(34,34,34, .15); --color-error: #e9322d; --color-error-rgb: 233,50,45; --color-error-hover: #ed5a56; @@ -51,7 +52,9 @@ --border-radius: 3px; --border-radius-large: 10px; --border-radius-pill: 100px; + --default-clickable-area: 44px; --default-line-height: 24px; + --default-grid-baseline: 4px; --header-height: 50px; --navigation-width: 300px; --sidebar-min-width: 300px; |