From 5b6de0d1b2ffe9e4143e5b56cf7487ea1d07c59f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Par=C3=B3czai=20Oliv=C3=A9r?= Date: Mon, 16 Sep 2024 07:34:05 +0000 Subject: [PATCH] NC 30 modifications --- css/unround.css | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/css/unround.css b/css/unround.css index 7d5a4a2..7531ec3 100644 --- a/css/unround.css +++ b/css/unround.css @@ -1,15 +1,11 @@ -:root { /* Body container settings, mostly for removing the side margins, and for applying the styles to guest pages */ +:root, [data-theme-default], [data-theme-light], [data-theme-dark], [data-theme-light-highcontrast], [data-theme-dark-highcontrast] { /* Body container settings, mostly for removing the side margins, and for applying the styles to guest pages */ --body-container-margin: 0px !important; --body-container-radius: 0px !important; --border-radius-large: 4px !important; +--border-radius-container-large: 4px !important; --border-radius-rounded: 4px !important; --border-radius-pill: 4px !important; -} - -[data-theme-default], [data-theme-light], [data-theme-dark], [data-theme-light-highcontrast], [data-theme-dark-highcontrast]{ /* For sitewide buttons, both themes */ - --border-radius-large: 4px !important; /* Used on the dashboard */ - --border-radius-rounded: 4px !important; /* Used on the dashboard */ - --border-radius-pill: 4px !important; /* Used everywhere else */ +--border-radius-element: 4px !important; } #app-navigation:not(.vue) { @@ -88,3 +84,15 @@ select { #onlyofficeFrame { height: calc(100vh + 8px); } + +/* Used for mail settings, upper button */ +.checkbox-radio-switch--button-variant-v-grouped:first-of-type { + border-top-left-radius: 4px !important; + border-top-right-radius: 4px !important; +} + +/* Used for mail settings, lower button */ +.checkbox-radio-switch--button-variant-v-grouped:last-of-type { + border-bottom-left-radius: 4px !important; + border-bottom-right-radius: 4px !important; +}