mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix dialog's header in mobile view has no background
This commit is contained in:
parent
ec6e82f0a1
commit
72c4d9be0d
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user