forked from extern/egroupware
Fix disabled buttons in mobile view not being hidden
This commit is contained in:
parent
2ba24dcde0
commit
ba6bd55db3
@ -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;
|
||||
|
@ -1283,7 +1283,9 @@
|
||||
.white-svg;
|
||||
}
|
||||
}
|
||||
|
||||
et2-button[disabled] {
|
||||
display: none;
|
||||
}
|
||||
et2-button::part(base) {
|
||||
background: transparent;
|
||||
border: transparent;
|
||||
|
Loading…
Reference in New Issue
Block a user