|
|
@ -96,9 +96,6 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.ui-dialog-content {
|
|
|
|
.ui-dialog-content {
|
|
|
|
// fixes resize issue e.g. in qr-code dialog
|
|
|
|
|
|
|
|
box-sizing: initial;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
& > .popupmenu {
|
|
|
|
& > .popupmenu {
|
|
|
|
display: block !important;
|
|
|
|
display: block !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -157,6 +154,12 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Fix scrollbar/resize issue e.g. in qr-code dialog
|
|
|
|
|
|
|
|
.ui-dialog,
|
|
|
|
|
|
|
|
.ui-dialog-content {
|
|
|
|
|
|
|
|
box-sizing: initial;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Overwriting this icon generally prevents from loading bigger images sprite from jQuery-UI
|
|
|
|
// Overwriting this icon generally prevents from loading bigger images sprite from jQuery-UI
|
|
|
|
.ui-widget-content .ui-icon.ui-resizable-se {
|
|
|
|
.ui-widget-content .ui-icon.ui-resizable-se {
|
|
|
|
background: @icon-resize-corner;
|
|
|
|
background: @icon-resize-corner;
|
|
|
|