1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Fixes #2245 - remove 'move' cursor.

This commit is contained in:
Cameron
2017-01-04 11:53:16 -08:00
parent a37f3217f8
commit 4675d16b31

View File

@@ -478,9 +478,7 @@ TEMPL;
color: #2F2F2F; color: #2F2F2F;
font-size: 13px; font-size: 13px;
font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
} }
.menu-panel-header .menu-panel-header
{ {
@@ -513,7 +511,7 @@ TEMPL;
.sortable li { border-radius: 4px } .sortable li { border-radius: 4px }
.sortable li:hover { background-color: silver; box-shadow:3px 3px 3px silver } .sortable li:hover { background-color: silver; box-shadow:3px 3px 3px silver }
.regularMenu { cursor:move; border-bottom:1px dotted silver; margin-bottom:6px; padding-left:3px; padding-right:3px; padding-top:10px; padding-bottom:10px;background-color: #E0EBF1; border-radius: 5px; } .regularMenu { border-bottom:1px dotted silver; margin-bottom:6px; padding-left:3px; padding-right:3px; padding-top:10px; padding-bottom:10px;background-color: #E0EBF1; border-radius: 5px; }
.regularMenu span {padding:3px; font-weight:bold; color:#2F2F2F;text-align:left; } .regularMenu span {padding:3px; font-weight:bold; color:#2F2F2F;text-align:left; }
.ui-draggable { background-color: rgb(245, 245, 245); min-width:100px;} .ui-draggable { background-color: rgb(245, 245, 245); min-width:100px;}