mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-16 03:30:49 +01:00
Fix styling of delete popup dialogs in mobile view
This commit is contained in:
parent
776ee2cd58
commit
2ba24dcde0
@ -8404,6 +8404,11 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
clip: rect(0 0 0 0);
|
clip: rect(0 0 0 0);
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
}
|
}
|
||||||
|
body et2-dialog#delete_popup {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1000000;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
body et2-button.plus_button {
|
body et2-button.plus_button {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
|
@ -662,15 +662,19 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
et2-dialog et2-button[slot="footer"]:has(et2-image)::part(label) {
|
et2-dialog et2-button[slot="footer"]:has(et2-image)::part(label) {
|
||||||
/* Visually hide labels but leave them there for accessibility */
|
/* Visually hide labels but leave them there for accessibility */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
clip: rect(0 0 0 0);
|
clip: rect(0 0 0 0);
|
||||||
flex: 0 1 auto;
|
flex: 0 1 auto;
|
||||||
|
}
|
||||||
|
et2-dialog#delete_popup {
|
||||||
|
position: absolute;
|
||||||
|
z-index: 1000000;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
et2-button.plus_button {
|
et2-button.plus_button {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user