From dcf3152dee98e9ab5d6afb54cd1dc0e0360cabce Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 20 Jun 2018 00:27:40 +0100 Subject: [PATCH] Operation cursor now indicates that it can be dragged --- src/web/stylesheets/components/_operation.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/web/stylesheets/components/_operation.css b/src/web/stylesheets/components/_operation.css index 23ce4382..695e40f8 100755 --- a/src/web/stylesheets/components/_operation.css +++ b/src/web/stylesheets/components/_operation.css @@ -19,7 +19,6 @@ } #rec-list .operation { - cursor: pointer; padding: 14px; } @@ -88,7 +87,7 @@ div.toggle-string { .editable-option-menu { height: auto; - max-height: 300px; + max-height: 350px; overflow-x: hidden; } @@ -108,6 +107,7 @@ div.toggle-string { float: right; color: #f44336; font-size: 18px; + cursor: pointer; } .recip-icons { @@ -122,6 +122,7 @@ div.toggle-string { vertical-align: baseline; float: right; font-size: 18px; + cursor: pointer; } .disable-icon {