diff --git a/pixelegg/inc/class.pixelegg_framework.inc.php b/pixelegg/inc/class.pixelegg_framework.inc.php index d0aba15686..5334701c65 100755 --- a/pixelegg/inc/class.pixelegg_framework.inc.php +++ b/pixelegg/inc/class.pixelegg_framework.inc.php @@ -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') {