mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Remove quick add menu from custom color
This commit is contained in:
parent
3f76e491d5
commit
a91d3b279e
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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,
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user