mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Apply custom color to quick-add selectbox
This commit is contained in:
parent
965f5b5527
commit
2d36c60f54
@ -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{
|
||||
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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user