From 5e47171ce601d1ea48185479e5f902d279290b3a Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Fri, 6 Jul 2018 14:17:03 +0200 Subject: [PATCH] * All apps: adopt custom theme color for all dialogs headers --- pixelegg/inc/class.pixelegg_framework.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pixelegg/inc/class.pixelegg_framework.inc.php b/pixelegg/inc/class.pixelegg_framework.inc.php index 5334701c65..462d9cd44c 100755 --- a/pixelegg/inc/class.pixelegg_framework.inc.php +++ b/pixelegg/inc/class.pixelegg_framework.inc.php @@ -172,6 +172,10 @@ div#egw_fw_header, div.egw_fw_ui_category:hover,#loginMainDiv, #egw_fw_topmenu_info_items #topmenu_info_quick_add span#quick_add:hover { background-color: $sidebox_color !important; } +.ui-datepicker div.ui-timepicker-div div.ui_tpicker_minute_slider span.ui-slider-handle, +.ui-datepicker table.ui-datepicker-calendar .ui-state-active, +.ui-datepicker div.ui-timepicker-div div.ui_tpicker_hour_slider span.ui-slider-handle, +.ui-widget-header {background-color: $sidebox_color;} "; if ($GLOBALS['egw_info']['user']['preferences']['common']['theme'] == 'traditional') {