set mouse cursor to move type in whole dialog

This commit is contained in:
GotPPay
2018-05-23 20:13:39 +02:00
parent aaed238946
commit 8a370c6b30

View File

@@ -62,6 +62,11 @@ a {
cursor: move; cursor: move;
} }
.ui-dialog.react-draggable .ui-dialog-buttonpane {
cursor: move;
}
.ui-dialog .ui-dialog-titlebar .action-items { .ui-dialog .ui-dialog-titlebar .action-items {
float: right; float: right;
position: relative; position: relative;