Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-09-01 10:07:25 +0300
committerJulius Härtl <jus@bitgrid.net>2022-09-01 15:15:43 +0300
commit3147585344eb2b1e7844e96e71a5888a7c3317c3 (patch)
tree7626f0b36817b4af9d37876b393c7d9f6cfae79f /apps
parent6dac33ee562316f0ed3bb89b66885693b51ff10d (diff)
Fix fallback css variables
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps')
-rw-r--r--apps/theming/css/default.css3
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;