From 72c4d9be0dc5963b4fe0acae22d5e4703ae0605f Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 17 Aug 2017 12:22:16 +0200 Subject: [PATCH] Fix dialog's header in mobile view has no background --- pixelegg/mobile/fw_mobile.css | 1 + pixelegg/mobile/fw_mobile.less | 1 + 2 files changed, 2 insertions(+) diff --git a/pixelegg/mobile/fw_mobile.css b/pixelegg/mobile/fw_mobile.css index 03f4f436f6..5c88cebdb2 100644 --- a/pixelegg/mobile/fw_mobile.css +++ b/pixelegg/mobile/fw_mobile.css @@ -7638,6 +7638,7 @@ form[id^="wiki-"] .dialogHeadbar { box-shadow: 0px 4px 5px 2px silver; width: 100%; z-index: 1; + background: #0c5da5; } body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; diff --git a/pixelegg/mobile/fw_mobile.less b/pixelegg/mobile/fw_mobile.less index 96ef2f5ff5..1c618eec42 100644 --- a/pixelegg/mobile/fw_mobile.less +++ b/pixelegg/mobile/fw_mobile.less @@ -518,6 +518,7 @@ .white-svg; span {padding-left: 20px;} } + background: #0c5da5; } .ui-dialog-titlebar { display: none;