Make oneways selectable

This commit is contained in:
Ansis Brammanis
2013-01-09 12:26:36 -05:00
parent e507266961
commit 3cfb3ce81b

View File

@@ -275,6 +275,10 @@ text {
font-size:10px;
}
.oneway .textpath {
pointer-events: none;
}
text.tag-oneway {
fill:#91CFFF;
stroke:#2C6B9B;
@@ -303,6 +307,7 @@ text.tag-oneway {
}
.mode-browse .line,
.mode-browse .oneway,
.mode-select .line {
cursor: url(../img/cursor-select-line.png), pointer;
}