Fix dialog's header in mobile view has no background

This commit is contained in:
Hadi Nategh 2017-08-17 12:22:16 +02:00
parent ec6e82f0a1
commit 72c4d9be0d
2 changed files with 2 additions and 0 deletions

View File

@ -7638,6 +7638,7 @@ form[id^="wiki-"] .dialogHeadbar {
box-shadow: 0px 4px 5px 2px silver; box-shadow: 0px 4px 5px 2px silver;
width: 100%; width: 100%;
z-index: 1; z-index: 1;
background: #0c5da5;
} }
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
float: right; float: right;

View File

@ -518,6 +518,7 @@
.white-svg; .white-svg;
span {padding-left: 20px;} span {padding-left: 20px;}
} }
background: #0c5da5;
} }
.ui-dialog-titlebar { .ui-dialog-titlebar {
display: none; display: none;