mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Fix disabled buttons in mobile view not being hidden
This commit is contained in:
parent
3d98159d2b
commit
13a26fcadb
@ -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