more specific cursor selectors.

This commit is contained in:
saman bb
2013-03-25 16:29:30 -04:00
parent 57ae429be4
commit 79f27c340f
2 changed files with 6 additions and 7 deletions

View File

@@ -1544,7 +1544,7 @@ div.combobox {
/* Help */
.help-control {
top:270px;
top: 270px;
}
.help-control button {
@@ -1561,7 +1561,6 @@ div.combobox {
overflow-y: scroll;
}
.help-wrap .left-content .body p code {
padding:2px 4px;
background:#eee;

View File

@@ -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;
}