N°5888 - Add move cursor on modals' header

This commit is contained in:
Molkobain
2023-04-17 16:14:31 +02:00
parent cf74431543
commit 7b7c6d1136

View File

@@ -198,6 +198,11 @@ $ibo-vendors-jqueryui--ui-slider--ui-slider-handle--hover--border-color: $ibo-co
text-indent: -9999px;
white-space: nowrap;
}
.ui-draggable {
.ui-dialog-titlebar {
cursor: move;
}
}
.ui-dialog-title{
@extend %ibo-font-ral-nor-250;
}