mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
more specific cursor selectors.
This commit is contained in:
@@ -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;
|
||||
|
||||
10
css/map.css
10
css/map.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user