mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02:00
Fix quick add selecbox overlaps app when hidden
This commit is contained in:
parent
47a466a39d
commit
255c08853b
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -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) {
|
||||
|
@ -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…
x
Reference in New Issue
Block a user