diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 87b72eadf4..609b42a71a 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -5636,9 +5636,10 @@ div.timesheet_timer { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { max-height: 60vh; } -#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), -#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { - float: right; +#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox, +#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox { + height: 0px; + overflow: hidden; } #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox), #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) { @@ -7794,4 +7795,4 @@ img.et2_button_icon[src*="svg"]:hover { body #mail-display .mailDisplayContainer { top: 140px; } -} \ No newline at end of file +} diff --git a/pixelegg/css/monochrome.css b/pixelegg/css/monochrome.css index ee8e9299a3..e4c371f6e8 100644 --- a/pixelegg/css/monochrome.css +++ b/pixelegg/css/monochrome.css @@ -5616,9 +5616,10 @@ div.timesheet_timer { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { max-height: 60vh; } -#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), -#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { - float: right; +#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox, +#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox { + height: 0px; + overflow: hidden; } #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox), #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) { @@ -6580,4 +6581,4 @@ span.egw_tutorial_title { /*@import "../less/layout_raster.less";*/ /*@import "../less/layout_nextmatch.less";*/ /*@import "../less/layout_footer.less";*/ -/*@import "../less/layout_dialog.less";*/ \ No newline at end of file +/*@import "../less/layout_dialog.less";*/ diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 7181f3dd77..27fdc97b5e 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -5626,9 +5626,10 @@ div.timesheet_timer { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { max-height: 60vh; } -#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), -#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { - float: right; +#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox, +#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox { + height: 0px; + overflow: hidden; } #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox), #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) { @@ -7152,4 +7153,4 @@ img.et2_button_icon[src*="svg"]:hover { } ::-ms-input-placeholder { color: #666666; -} \ No newline at end of file +} diff --git a/pixelegg/less/layout_raster_buttons.less b/pixelegg/less/layout_raster_buttons.less index a333da1e3a..d42933bb85 100644 --- a/pixelegg/less/layout_raster_buttons.less +++ b/pixelegg/less/layout_raster_buttons.less @@ -315,8 +315,9 @@ div.timesheet_timer { max-height: 60vh; } - #quick_add_selectbox::part(listbox) { - float: right; + #quick_add_selectbox { + height: 0px; + overflow: hidden; } #quick_add_selectbox::part(combobox) { diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index cbe710c50c..b06035683e 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -4921,10 +4921,10 @@ span.overlayContainer img.overlay { border-bottom-width: 0px; margin-top: 4px; background-color: #0C5DA5; - color: #f2f2f2; } #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h1, #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h2 { + color: #f2f2f2; background-image: url(../../api/templates/default/images/arrow_down.svg); line-height: 1em; font-size: 12px; @@ -5647,9 +5647,10 @@ div.timesheet_timer { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { max-height: 60vh; } -#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), -#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { - float: right; +#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox, +#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox { + height: 0px; + overflow: hidden; } #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(combobox), #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) {