mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix mobile framework modal popup header border for both iOS and andorid
This commit is contained in:
parent
af4d7c35ee
commit
ba2249b61d
@ -6265,14 +6265,17 @@ a.textSidebox {
|
||||
body {
|
||||
background-color: transparent;
|
||||
}
|
||||
body div.egw_fw_mobile_iOS_popup_appHeader {
|
||||
padding-top: 25px;
|
||||
}
|
||||
body div.egw_fw_mobile_popup_appHeader {
|
||||
display: block !important;
|
||||
height: 40px !important;
|
||||
background-size: 2px;
|
||||
font-size: 150% !important;
|
||||
background-color: #679fd2 !important;
|
||||
border-bottom: 3px solid #679fd2 !important;
|
||||
border-top: none !important;
|
||||
width: 100%;
|
||||
margin-top: 15px;
|
||||
}
|
||||
body div.egw_fw_mobile_popup_appHeader .egw_fw_mobile_popup_close {
|
||||
width: 32px;
|
||||
|
@ -12,14 +12,18 @@ and open the template in the editor.
|
||||
@media all {
|
||||
body{
|
||||
background-color: transparent;
|
||||
// iOS appHeader class
|
||||
div.egw_fw_mobile_iOS_popup_appHeader{
|
||||
padding-top:25px;
|
||||
}
|
||||
div.egw_fw_mobile_popup_appHeader {
|
||||
display: block !important;
|
||||
height: 40px !important;
|
||||
background-size : 2px;
|
||||
font-size: 150% !important;
|
||||
background-color: #679fd2 !important;
|
||||
border-bottom: 3px solid #679fd2 !important;
|
||||
border-top: none !important;
|
||||
width: 100%;
|
||||
margin-top:15px;
|
||||
.egw_fw_mobile_popup_close {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
Loading…
Reference in New Issue
Block a user