From c7f239ee5f261d55a81cbdea26f79000ed8c5ae1 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 27 May 2024 18:06:50 +0200 Subject: [PATCH] Feat: Update apps/theming/css/default.css Co-authored-by: Grigorii K. Shartsev Signed-off-by: Marco --- apps/theming/css/default.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/theming/css/default.css b/apps/theming/css/default.css index 906cb95d72b3a..3e575a1ed49dc 100644 --- a/apps/theming/css/default.css +++ b/apps/theming/css/default.css @@ -49,10 +49,11 @@ --default-font-size: 15px; --animation-quick: 100ms; --animation-slow: 300ms; - --border-radius-element: 10px; /** Nextcloud 29+ | temp variable to use old design */ --border-radius: 3px; --border-radius-large: 10px; --border-radius-rounded: 28px; + /* Border radius of interactive elements such as buttons, input, navigation and list items. Available since Nextcloud 30. */ + --border-radius-element: 10px; --border-radius-pill: 100px; --default-clickable-area: 44px; --default-line-height: 24px;