mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 04:49:44 +01:00
Mobile theme:
- Fix link button is not visible in link_to widget - Fix buttons with only text are not visible in et2_dialog widget
This commit is contained in:
parent
225f3a4576
commit
ef0dc71489
@ -6997,7 +6997,9 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
-o-filter: brightness(20%);
|
-o-filter: brightness(20%);
|
||||||
filter: brightness(20%);
|
filter: brightness(20%);
|
||||||
}
|
}
|
||||||
body .ui-dialog .ui-dialog-buttonpane button {
|
body .ui-dialog .ui-dialog-buttonpane button[class*="et2_button_cancel"],
|
||||||
|
body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_delete"],
|
||||||
|
body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_save"] {
|
||||||
-webkit-filter: brightness(0) invert(1) !important;
|
-webkit-filter: brightness(0) invert(1) !important;
|
||||||
filter: brightness(0) invert(1) !important;
|
filter: brightness(0) invert(1) !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
@ -7006,7 +7008,9 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
padding-left: 0px !important;
|
padding-left: 0px !important;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
}
|
}
|
||||||
body .ui-dialog .ui-dialog-buttonpane button span {
|
body .ui-dialog .ui-dialog-buttonpane button[class*="et2_button_cancel"] span,
|
||||||
|
body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_delete"] span,
|
||||||
|
body .ui-dialog .ui-dialog-buttonpane button[class="et2_button_save"] span {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -7885,7 +7889,6 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
font-size: 18pt;
|
font-size: 18pt;
|
||||||
}
|
}
|
||||||
body .et2_link_to div {
|
body .et2_link_to div {
|
||||||
height: 46px;
|
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
}
|
}
|
||||||
body .et2_link_to .et2_file {
|
body .et2_link_to .et2_file {
|
||||||
@ -7898,6 +7901,11 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
height: 46px;
|
height: 46px;
|
||||||
width: 46px;
|
width: 46px;
|
||||||
}
|
}
|
||||||
|
body .et2_link_to button.link {
|
||||||
|
float: right;
|
||||||
|
height: 46px;
|
||||||
|
width: 46px;
|
||||||
|
}
|
||||||
body .et2_link_to.et2_toolbar div.et2_file {
|
body .et2_link_to.et2_toolbar div.et2_file {
|
||||||
width: 46px;
|
width: 46px;
|
||||||
}
|
}
|
||||||
|
@ -208,7 +208,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.ui-dialog .ui-dialog-buttonpane {
|
.ui-dialog .ui-dialog-buttonpane {
|
||||||
button {
|
button[class*="et2_button_cancel"],
|
||||||
|
button[class="et2_button_delete"],
|
||||||
|
button[class="et2_button_save"] {
|
||||||
.white-svg;
|
.white-svg;
|
||||||
padding-left:0px !important;
|
padding-left:0px !important;
|
||||||
width:50px;
|
width:50px;
|
||||||
@ -1072,7 +1074,6 @@
|
|||||||
}
|
}
|
||||||
.et2_link_to {
|
.et2_link_to {
|
||||||
div {
|
div {
|
||||||
height:46px;
|
|
||||||
padding-bottom: 3px;
|
padding-bottom: 3px;
|
||||||
}
|
}
|
||||||
.et2_file {
|
.et2_file {
|
||||||
@ -1084,6 +1085,7 @@
|
|||||||
width:46px;
|
width:46px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
button.link { float:right; height: 46px;width:46px;}
|
||||||
}
|
}
|
||||||
.et2_link_to.et2_toolbar {
|
.et2_link_to.et2_toolbar {
|
||||||
div.et2_file {
|
div.et2_file {
|
||||||
|
Loading…
Reference in New Issue
Block a user