mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-22 10:52:00 +02:00
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;
|
background-size: 24px 24px !important;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
body .dialogHeadbar et2-button[disabled] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
body .dialogHeadbar et2-button::part(base) {
|
body .dialogHeadbar et2-button::part(base) {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: transparent;
|
border: transparent;
|
||||||
|
@ -1283,7 +1283,9 @@
|
|||||||
.white-svg;
|
.white-svg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
et2-button[disabled] {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
et2-button::part(base) {
|
et2-button::part(base) {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: transparent;
|
border: transparent;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user