From 36fd86b312c36f51e50c83c36ac5fd120fdfaa2d Mon Sep 17 00:00:00 2001 From: milan Date: Thu, 14 Nov 2024 17:29:51 +0100 Subject: [PATCH] --fix rc status select box to be full width -- timezone select also has rounded corners in fancy theme Regarding Ticket #100461 --- pixelegg/css/fancy.css | 6 +++++- pixelegg/css/fancy.less | 7 +++++++ pixelegg/css/mobile.css | 3 ++- pixelegg/css/monochrome.css | 3 ++- pixelegg/css/pixelegg.css | 2 +- pixelegg/less/layout_raster_header.less | 3 ++- pixelegg/mobile/fw_mobile.css | 3 ++- 7 files changed, 21 insertions(+), 6 deletions(-) diff --git a/pixelegg/css/fancy.css b/pixelegg/css/fancy.css index 72be757388..4825d7c71a 100644 --- a/pixelegg/css/fancy.css +++ b/pixelegg/css/fancy.css @@ -4319,8 +4319,9 @@ body.scrollVertical { font-size: 120%; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select { - width: 50% !important; + width: auto; margin-left: 10px; + margin-right: 10px; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) { border-radius: 50%; @@ -7341,3 +7342,6 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child { #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category ul li { border-radius: var(--sl-border-radius-medium); } +select { + border-radius: var(--sl-border-radius-medium); +} diff --git a/pixelegg/css/fancy.less b/pixelegg/css/fancy.less index db7b84e0d4..8265058125 100644 --- a/pixelegg/css/fancy.less +++ b/pixelegg/css/fancy.less @@ -174,6 +174,7 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child { right: 0px; top: 2px } +//end tabs header styling //sidebox @@ -195,3 +196,9 @@ div.flatpickr-calendar .shortcut-buttons-flatpickr-buttons button:last-child { border-radius: var(--sl-border-radius-medium); } } +//end sidebox + +//not et2-select should also have rounded corners +select{ + border-radius: var(--sl-border-radius-medium); +} diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index f0515627ab..b4b51cdd6b 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -4322,8 +4322,9 @@ body.scrollVertical { font-size: 120%; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select { - width: 50% !important; + width: auto; margin-left: 10px; + margin-right: 10px; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) { border-radius: 50%; diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index ffad8ca482..b8fae63bdf 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -4301,8 +4301,9 @@ body.scrollVertical { font-size: 120%; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select { - width: 50% !important; + width: auto; margin-left: 10px; + margin-right: 10px; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) { border-radius: 50%; diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index b7fa5da7f7..9c88190646 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -4312,7 +4312,7 @@ body.scrollVertical { font-size: 120%; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select { - width: 50% !important; + width: 70% !important; margin-left: 10px; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) { diff --git a/pixelegg/less/layout_raster_header.less b/pixelegg/less/layout_raster_header.less index 4319aba7c6..54e3ede56e 100644 --- a/pixelegg/less/layout_raster_header.less +++ b/pixelegg/less/layout_raster_header.less @@ -108,8 +108,9 @@ font-size: 120%; } #rc_status_select { - width: 50% !important; + width: auto; margin-left: 10px; + margin-right: 10px; sl-menu-item::part(checked-icon) { border-radius: 50%; width: 12px; diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 0c90c13478..4c9cce28aa 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -4332,8 +4332,9 @@ body.scrollVertical { font-size: 120%; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select { - width: 50% !important; + width: auto; margin-left: 10px; + margin-right: 10px; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items #rc_status_select sl-menu-item::part(checked-icon) { border-radius: 50%;