From eda23f05835e62e9740c7b8cf4924f7fa86058c8 Mon Sep 17 00:00:00 2001 From: milan Date: Fri, 27 Sep 2024 11:57:36 +0200 Subject: [PATCH] fancy theme sidebar styling to also match rounded fancy theme --- pixelegg/css/fancy.css | 3 +++ pixelegg/css/fancy.less | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/pixelegg/css/fancy.css b/pixelegg/css/fancy.css index 1625fef469..e25a692014 100644 --- a/pixelegg/css/fancy.css +++ b/pixelegg/css/fancy.css @@ -7282,3 +7282,6 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child { right: 0px; top: 2px; } +#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category { + border-radius: var(--sl-border-radius-medium); +} diff --git a/pixelegg/css/fancy.less b/pixelegg/css/fancy.less index d5e821246f..cc23e07fa0 100644 --- a/pixelegg/css/fancy.less +++ b/pixelegg/css/fancy.less @@ -133,4 +133,11 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child { background-size: 12px 12px; right: 0px; top: 2px +} + + +//sidebox + +#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category{ + border-radius: var(--sl-border-radius-medium); } \ No newline at end of file