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
b45e1bb1f3
commit
908d6a2802
@ -7370,6 +7370,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;
|
||||
|
@ -489,6 +489,7 @@
|
||||
.white-svg;
|
||||
span {padding-left: 20px;}
|
||||
}
|
||||
background: #0c5da5;
|
||||
}
|
||||
.ui-dialog-titlebar {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user