From 478c833d76aa76bf113ce2a715159e3b5d81ff5a Mon Sep 17 00:00:00 2001 From: tophf Date: Fri, 2 Jul 2021 21:26:03 +0300 Subject: [PATCH] fixup --- js/dlg/message-box.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/dlg/message-box.css b/js/dlg/message-box.css index f626ddda..7f80d853 100644 --- a/js/dlg/message-box.css +++ b/js/dlg/message-box.css @@ -29,7 +29,6 @@ background-color: white; box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.225); z-index: 9999991; - cursor: move; -moz-user-select: text; } @@ -73,6 +72,7 @@ position: relative; min-height: 42px; box-sizing: border-box; + cursor: move; user-select: none; -moz-user-select: none; }