mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix quick add selecbox overlaps app when hidden
This commit is contained in:
parent
ff97c1b90f
commit
3673b47e5f
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -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";*/
|
||||
/*@import "../less/layout_dialog.less";*/
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user