Skip to content

Commit

Permalink
more specific cursor selectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
samanpwbb committed Mar 25, 2013
1 parent 57ae429 commit 79f27c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions css/app.css
Expand Up @@ -1544,7 +1544,7 @@ div.combobox {
/* Help */

.help-control {
top:270px;
top: 270px;
}

.help-control button {
Expand All @@ -1561,7 +1561,6 @@ div.combobox {
overflow-y: scroll;
}


.help-wrap .left-content .body p code {
padding:2px 4px;
background:#eee;
Expand Down
10 changes: 5 additions & 5 deletions css/map.css
Expand Up @@ -856,11 +856,11 @@ text.point {
cursor: url(../img/cursor-select-remove.png), pointer;
}

.point:active,
.vertex:active,
.line:active,
.area:active,
.midpoint:active,
#map .point:active,
#map .vertex:active,
#map .line:active,
#map .area:active,
#map .midpoint:active,
.mode-select .selected {
cursor: url(../img/cursor-select-acting.png), pointer;
}
Expand Down

0 comments on commit 79f27c3

Please sign in to comment.