mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix "header" button styling on mobile popups (preferences, security, etc)
This commit is contained in:
parent
5453f1f8f1
commit
06ab864b01
@ -8967,14 +8967,26 @@ table.egwGridView_grid img.et2_appicon {
|
||||
body div#popupMainDiv {
|
||||
padding: 0;
|
||||
}
|
||||
body .dialogHeadbar et2-button-icon {
|
||||
body .dialogHeadbar et2-button-icon,
|
||||
body .dialogHeadbar et2-button {
|
||||
font-size: 2.3em;
|
||||
flex: 0 0 50px;
|
||||
}
|
||||
body .dialogHeadbar et2-button-icon et2-image,
|
||||
body .dialogHeadbar et2-button et2-image {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
max-width: initial;
|
||||
-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 .dialogHeadbar et2-button::part(base) {
|
||||
background: transparent;
|
||||
border: transparent;
|
||||
}
|
||||
body .dialogHeadbar button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) {
|
||||
-webkit-filter: brightness(0) invert(1) !important;
|
||||
filter: brightness(0) invert(1) !important;
|
||||
|
@ -1227,15 +1227,29 @@
|
||||
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {margin:0 5px 0 0;}
|
||||
}
|
||||
div#popupMainDiv {padding:0;}
|
||||
|
||||
.dialogHeadbar {
|
||||
et2-button-icon {
|
||||
font-size: 2.3em;
|
||||
.white-svg;
|
||||
}
|
||||
button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) {
|
||||
.white-svg;
|
||||
padding-right: 15px;
|
||||
et2-button-icon, et2-button {
|
||||
font-size: 2.3em;
|
||||
flex: 0 0 50px;
|
||||
|
||||
et2-image {
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
max-width: initial;
|
||||
.white-svg;
|
||||
}
|
||||
}
|
||||
|
||||
et2-button::part(base) {
|
||||
background: transparent;
|
||||
border: transparent;
|
||||
}
|
||||
|
||||
button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) {
|
||||
.white-svg;
|
||||
padding-right: 15px;
|
||||
}
|
||||
}
|
||||
.rowHeader {
|
||||
.mob-fontsize-l;
|
||||
|
Loading…
Reference in New Issue
Block a user