Skip to content

Commit

Permalink
Added custom crosshair cursor (spectrogram rollover) . Added move cur…
Browse files Browse the repository at this point in the history
…sor box rollover).
  • Loading branch information
Phil committed Feb 20, 2014
1 parent fdc3691 commit 5574abb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/annotationViewer/_annotation_viewer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ baw-annotation-viewer {

// required for IE10
background-color: rgba(255, 255, 255, 0);

cursor:url(#{$IMAGE_ASSET_PATH + 'assets/cursor/crosshair.gif'}) 8 9, url(#{$IMAGE_ASSET_PATH + 'assets/cursor/crosshair.cur'}) 8 9, crosshair;
}

& .positionLine {
Expand Down Expand Up @@ -182,6 +182,7 @@ baw-annotation-viewer {
background-color: rgba(255, 255, 255, 0.05);
overflow: visible;
z-index: 0;
cursor: move;

// this needs to be changed because of a jquery-ui bug
//http://bugs.jqueryui.com/ticket/8932
Expand Down
Binary file added src/assets/cursor/crosshair.cur
Binary file not shown.
Binary file added src/assets/cursor/crosshair.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5574abb

Please sign in to comment.