diff --git a/css/tools.css b/css/tools.css index d4622d9c..7aeb3f49 100644 --- a/css/tools.css +++ b/css/tools.css @@ -45,6 +45,10 @@ background-image: url(../img/tools/icons/rectangle.png); } +.tool-icon.tool-move { + background-image: url(../img/tools/icons/hand.png); +} + /*.tool-icon.tool-palette { background-image: url(../img/tools/icons/color-palette.png); }*/ @@ -69,6 +73,10 @@ cursor: url(../img/tools/cursors/rectangle.png) 4 21, pointer; } +.tool-move .drawing-canvas-container:hover { + cursor: url(../img/tools/cursors/hand.png) 14 12, pointer; +} + .tool-icon.selected { cursor: auto; background-color: #eee; diff --git a/index.html b/index.html index 2ebd044e..ef1cf081 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,7 @@
  • +