forked from extern/egroupware
Apply custom color to quick-add selectbox
This commit is contained in:
parent
04cbe61965
commit
b3fa7832a2
@ -165,8 +165,13 @@ div#egw_fw_header, div.egw_fw_ui_category:hover,#loginMainDiv,
|
|||||||
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_category_active{
|
#egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_category_active{
|
||||||
background-color: $sidebox_color !important;
|
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;
|
||||||
|
}
|
||||||
";
|
";
|
||||||
if ($GLOBALS['egw_info']['user']['preferences']['common']['theme'] == 'traditional')
|
if ($GLOBALS['egw_info']['user']['preferences']['common']['theme'] == 'traditional')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user