mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Mobile theme W.I.P.:
- Style et2_dialog buttons more efficient
This commit is contained in:
parent
fc9618a7df
commit
7a383c1f33
@ -7166,6 +7166,18 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
-o-filter: brightness(20%);
|
||||
filter: brightness(20%);
|
||||
}
|
||||
body .ui-dialog .ui-dialog-buttonpane button {
|
||||
-webkit-filter: brightness(0) invert(1) !important;
|
||||
filter: brightness(0) invert(1) !important;
|
||||
background-color: transparent !important;
|
||||
background-size: 24px 24px !important;
|
||||
border: none;
|
||||
padding-left: 0px !important;
|
||||
width: 50px;
|
||||
}
|
||||
body .ui-dialog .ui-dialog-buttonpane button span {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
/*mobile etemplate2*/
|
||||
@media all {
|
||||
@ -7383,6 +7395,16 @@ form[id^="tracker-"] .dialogHeadbar {
|
||||
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||
float: right;
|
||||
}
|
||||
body .ui-dialog .ui-dialog-buttonpane button {
|
||||
-webkit-filter: brightness(0) invert(1) !important;
|
||||
filter: brightness(0) invert(1) !important;
|
||||
background-color: transparent !important;
|
||||
background-size: 24px 24px !important;
|
||||
border: none;
|
||||
}
|
||||
body .ui-dialog .ui-dialog-buttonpane button span {
|
||||
padding-left: 20px;
|
||||
}
|
||||
body .ui-dialog-titlebar {
|
||||
display: none;
|
||||
}
|
||||
|
@ -215,6 +215,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.ui-dialog .ui-dialog-buttonpane {
|
||||
button {
|
||||
.white-svg;
|
||||
padding-left:0px !important;
|
||||
width:50px;
|
||||
span{display:none;}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -277,7 +285,7 @@
|
||||
height: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
span.egw_fw_mobile_popup_close.loaded {
|
||||
background-image: url(../images/topmenu_items/mobile/back.svg);
|
||||
.white-svg;
|
||||
@ -432,6 +440,10 @@
|
||||
width: 100%;
|
||||
z-index:1;
|
||||
.ui-dialog-buttonset {float:right;}
|
||||
button {
|
||||
.white-svg;
|
||||
span {padding-left: 20px;}
|
||||
}
|
||||
}
|
||||
.ui-dialog-titlebar {
|
||||
display: none;
|
||||
|
Loading…
Reference in New Issue
Block a user