mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
* All apps: adopt custom theme color for all dialogs headers
This commit is contained in:
parent
1cfe10e831
commit
5e47171ce6
@ -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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user