Display "move" cursor within modal header

pull/2076/head
Grant Nestor 9 years ago
parent 1088371e14
commit 532a66b99a

@ -129,6 +129,10 @@ span#login_widget > .button,
}
}
.modal-header {
cursor: move;
}
@media (min-width: @screen-sm-min) {
.modal .modal-dialog {
width: 700px;

Loading…
Cancel
Save