From 2d36c60f54eee3b8bff566c9fe6116802e088bbd Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 5 Feb 2018 10:09:16 -0700 Subject: [PATCH] Apply custom color to quick-add selectbox --- pixelegg/inc/class.pixelegg_framework.inc.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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') {