Fix disabled buttons in mobile view not being hidden

This commit is contained in:
Hadi Nategh 2023-02-28 12:25:42 +01:00
parent 3d98159d2b
commit 13a26fcadb
2 changed files with 6 additions and 1 deletions

View File

@ -9028,6 +9028,9 @@ table.egwGridView_grid img.et2_appicon {
background-size: 24px 24px !important;
border: none;
}
body .dialogHeadbar et2-button[disabled] {
display: none;
}
body .dialogHeadbar et2-button::part(base) {
background: transparent;
border: transparent;

View File

@ -1283,7 +1283,9 @@
.white-svg;
}
}
et2-button[disabled] {
display: none;
}
et2-button::part(base) {
background: transparent;
border: transparent;