Fix quick add selecbox overlaps app when hidden

This commit is contained in:
nathan 2023-11-15 14:22:17 -07:00
parent ff97c1b90f
commit 3673b47e5f
5 changed files with 23 additions and 18 deletions

View File

@ -5636,9 +5636,10 @@ div.timesheet_timer {
#egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) {
max-height: 60vh; max-height: 60vh;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox,
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox {
float: right; 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_quick_add #quick_add_selectbox::part(combobox),
#egw_fw_topmenu_info_items #topmenu_info_timer #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 { body #mail-display .mailDisplayContainer {
top: 140px; top: 140px;
} }
} }

View File

@ -5616,9 +5616,10 @@ div.timesheet_timer {
#egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) {
max-height: 60vh; max-height: 60vh;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox,
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox {
float: right; 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_quick_add #quick_add_selectbox::part(combobox),
#egw_fw_topmenu_info_items #topmenu_info_timer #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_raster.less";*/
/*@import "../less/layout_nextmatch.less";*/ /*@import "../less/layout_nextmatch.less";*/
/*@import "../less/layout_footer.less";*/ /*@import "../less/layout_footer.less";*/
/*@import "../less/layout_dialog.less";*/ /*@import "../less/layout_dialog.less";*/

View File

@ -5626,9 +5626,10 @@ div.timesheet_timer {
#egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) {
max-height: 60vh; max-height: 60vh;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox,
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox {
float: right; 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_quick_add #quick_add_selectbox::part(combobox),
#egw_fw_topmenu_info_items #topmenu_info_timer #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 { ::-ms-input-placeholder {
color: #666666; color: #666666;
} }

View File

@ -315,8 +315,9 @@ div.timesheet_timer {
max-height: 60vh; max-height: 60vh;
} }
#quick_add_selectbox::part(listbox) { #quick_add_selectbox {
float: right; height: 0px;
overflow: hidden;
} }
#quick_add_selectbox::part(combobox) { #quick_add_selectbox::part(combobox) {

View File

@ -4921,10 +4921,10 @@ span.overlayContainer img.overlay {
border-bottom-width: 0px; border-bottom-width: 0px;
margin-top: 4px; margin-top: 4px;
background-color: #0C5DA5; 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 h1,
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_sidemenu_entry_content .egw_fw_ui_category_active h2 { #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); background-image: url(../../api/templates/default/images/arrow_down.svg);
line-height: 1em; line-height: 1em;
font-size: 12px; font-size: 12px;
@ -5647,9 +5647,10 @@ div.timesheet_timer {
#egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) { #egw_fw_topmenu_info_items #topmenu_info_timer #timer_selectbox::part(menu) {
max-height: 60vh; max-height: 60vh;
} }
#egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox::part(listbox), #egw_fw_topmenu_info_items #topmenu_info_quick_add #quick_add_selectbox,
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(listbox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox {
float: right; 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_quick_add #quick_add_selectbox::part(combobox),
#egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) { #egw_fw_topmenu_info_items #topmenu_info_timer #quick_add_selectbox::part(combobox) {