Apply custom header background and custom header logo to sharing dialog

This commit is contained in:
Hadi Nategh 2020-03-26 12:12:11 +01:00
parent aa566e12fa
commit 726755619e

View File

@ -133,11 +133,21 @@ class pixelegg_framework extends Api\Framework\Ajax
{ {
if (!Api\Header\UserAgent::mobile()) if (!Api\Header\UserAgent::mobile())
{ {
if ($GLOBALS['egw_info']['server']['login_logo_header'])
{
$header = Api\Framework::get_login_logo_or_bg_url('login_logo_header', 'logo');
}
$ret['app_css'] .= " $ret['app_css'] .= "
/** /**
* theme changes to color pixelegg for color: $color * theme changes to color pixelegg for color: $color
*/ */
/*
sharing
*/
div#popupMainDiv:before {
background-color: $color;
background-image: url($header);
}
/* /*
-Top window framework header -Top window framework header
-sidebar actiuve category :hover -sidebar actiuve category :hover