diff --git a/css/tools.css b/css/tools.css index 6b1f308b..30ed57bf 100644 --- a/css/tools.css +++ b/css/tools.css @@ -49,6 +49,10 @@ background-image: url(../img/tools/icons/hand.png); } +.tool-icon.tool-select { + background-image: url(../img/tools/icons/select.png); +} + /*.tool-icon.tool-palette { background-image: url(../img/tools/icons/color-palette.png); }*/ @@ -77,6 +81,10 @@ cursor: url(../img/tools/cursors/hand.png) 14 12, pointer; } +.tool-select .drawing-canvas-container:hover { + cursor: url(../img/tools/cursors/select.png) 14 12, pointer; +} + .tool-grid, .tool-grid label, .tool-grid input { diff --git a/img/tools/cursors/select.png b/img/tools/cursors/select.png new file mode 100644 index 00000000..bf2b724d Binary files /dev/null and b/img/tools/cursors/select.png differ diff --git a/img/tools/cursors/wand.png b/img/tools/cursors/wand.png new file mode 100755 index 00000000..44ccbf81 Binary files /dev/null and b/img/tools/cursors/wand.png differ diff --git a/img/tools/icons/select.png b/img/tools/icons/select.png new file mode 100644 index 00000000..bf2b724d Binary files /dev/null and b/img/tools/icons/select.png differ diff --git a/img/tools/icons/wand.png b/img/tools/icons/wand.png new file mode 100755 index 00000000..44ccbf81 Binary files /dev/null and b/img/tools/icons/wand.png differ diff --git a/index.html b/index.html index d4cc28f7..edeafe43 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,7 @@
  • +