From 0a908965eda7dc0a3ad5a59cc71a46b7da5d3511 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 20 Feb 2015 16:06:43 +0000 Subject: [PATCH] Fix toolbar gets background after setting template custom color --- pixelegg/inc/class.pixelegg_framework.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelegg/inc/class.pixelegg_framework.inc.php b/pixelegg/inc/class.pixelegg_framework.inc.php index 9ea8a16d6d..77a6df04ee 100755 --- a/pixelegg/inc/class.pixelegg_framework.inc.php +++ b/pixelegg/inc/class.pixelegg_framework.inc.php @@ -124,7 +124,7 @@ class pixelegg_framework extends jdots_framework */ div#egw_fw_header, div.egw_fw_ui_category:hover,#loginMainDiv,#loginMainDiv #divAppIconBar #divLogo, #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_category_active:hover, -.dialogFooterToolbar, .ui-widget-header{ +.dialogFooterToolbar, .et2_portlet .ui-widget-header{ background-color: $color !important; }