Remove quick add menu from custom color

This commit is contained in:
Hadi Nategh 2019-05-29 16:02:58 +02:00
parent 3f76e491d5
commit a91d3b279e
6 changed files with 10 additions and 17 deletions

View File

@ -4489,8 +4489,8 @@ td.message span.message {
}
#egw_fw_basecontainer #egw_fw_toggler {
display: block;
width: 44px;
height: 44px;
width: 45px;
height: 45px;
position: absolute;
z-index: 1;
margin-top: 0px;

View File

@ -4478,8 +4478,8 @@ td.message span.message {
}
#egw_fw_basecontainer #egw_fw_toggler {
display: block;
width: 44px;
height: 44px;
width: 45px;
height: 45px;
position: absolute;
z-index: 1;
margin-top: 0px;

View File

@ -4489,8 +4489,8 @@ td.message span.message {
}
#egw_fw_basecontainer #egw_fw_toggler {
display: block;
width: 44px;
height: 44px;
width: 45px;
height: 45px;
position: absolute;
z-index: 1;
margin-top: 0px;

View File

@ -165,13 +165,6 @@ div#egw_fw_header, div.egw_fw_ui_category:hover,#loginMainDiv,
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_category_active{
background-color: $sidebox_color !important;
}
/* Quick add */
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add {
background-color: $color !important;
}
#egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add:hover {
background-color: $sidebox_color !important;
}
.ui-datepicker div.ui-timepicker-div div.ui_tpicker_minute_slider span.ui-slider-handle,
.ui-datepicker table.ui-datepicker-calendar .ui-state-active,
.ui-datepicker div.ui-timepicker-div div.ui_tpicker_hour_slider span.ui-slider-handle,

View File

@ -300,8 +300,8 @@
// Toggle menu
#egw_fw_toggler {
display: block;
width: 44px;
height: 44px;
width: 45px;
height: 45px;
position: absolute;
z-index: 1;
margin-top: 0px;

View File

@ -4500,8 +4500,8 @@ td.message span.message {
}
#egw_fw_basecontainer #egw_fw_toggler {
display: block;
width: 44px;
height: 44px;
width: 45px;
height: 45px;
position: absolute;
z-index: 1;
margin-top: 0px;