diff --git a/css/65_data.css b/css/65_data.css index 788c0e9eb..0b4db4d47 100644 --- a/css/65_data.css +++ b/css/65_data.css @@ -3,16 +3,16 @@ .layer-notes { pointer-events: none; } -.layer-notes * { - pointer-events: visible; - cursor: pointer; -} .layer-notes .note .note-shadow { color: #000; + pointer-events: none; } .layer-notes .note .note-fill { color: #ff3300; + pointer-events: visible; + cursor: pointer; /* Opera */ + cursor: url(img/cursor-select-point.png), pointer; /* FF */ } .layer-notes .note.closed .note-fill { color: #55dd00;