[player-tracker] don't select portal when clicking the marker; instead, make portal names in popup clickable

This commit is contained in:
fkloft
2015-01-19 22:35:01 +01:00
parent 7311b85059
commit 2cab4f71f9
2 changed files with 89 additions and 30 deletions

View File

@ -0,0 +1,7 @@
.plugin-player-tracker-popup a {
color: inherit;
text-decoration: underline;
text-decoration-style: dashed;
-moz-text-decoration-style: dashed;
-webkit-text-decoration-style: dashed;
}