[missions] fix: handle unavailable waypoints correctly

This commit is contained in:
fkloft
2015-04-20 15:57:29 +02:00
parent 92422363f2
commit 5bc45b43c3
2 changed files with 9 additions and 2 deletions

View File

@ -132,6 +132,9 @@
width: 8px;
}
.plugin-mission-waypoint.unavailable {
text-decoration: line-through;
}
.plugin-mission-waypoint .title {
font-size: 18px;
font-weight: bold;