From 532a66b99a9a63bbd8e283ffb2e4cfdc8d5285d9 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Thu, 26 Jan 2017 13:44:19 -0800 Subject: [PATCH] Display "move" cursor within modal header --- notebook/static/base/less/page.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notebook/static/base/less/page.less b/notebook/static/base/less/page.less index 9d036d41e..7a51af6a8 100644 --- a/notebook/static/base/less/page.less +++ b/notebook/static/base/less/page.less @@ -129,6 +129,10 @@ span#login_widget > .button, } } +.modal-header { + cursor: move; +} + @media (min-width: @screen-sm-min) { .modal .modal-dialog { width: 700px;