Updated map text styles
*Updated map text styles to always have shadow
This commit is contained in:
parent
40ad1e678b
commit
d7fdf0fc7e
@ -21,11 +21,11 @@
|
|||||||
font-size: 2px;
|
font-size: 2px;
|
||||||
fill: #eee;
|
fill: #eee;
|
||||||
stroke: none;
|
stroke: none;
|
||||||
|
text-shadow: 0 0 16px #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.map .switch-name-text {
|
.map .switch-name-text {
|
||||||
font-size: 3px;
|
font-size: 3px;
|
||||||
text-shadow: 0 0 16px #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.map .route-text {
|
.map .route-text {
|
||||||
@ -38,7 +38,6 @@
|
|||||||
|
|
||||||
.map .isolation-id-text {
|
.map .isolation-id-text {
|
||||||
fill: #ffa;
|
fill: #ffa;
|
||||||
text-shadow: 0 0 16px #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.map path.isolation-end-marker {
|
.map path.isolation-end-marker {
|
||||||
@ -53,7 +52,6 @@
|
|||||||
.map g.track-object text {
|
.map g.track-object text {
|
||||||
fill: #eee;
|
fill: #eee;
|
||||||
display: none;
|
display: none;
|
||||||
text-shadow: 0 0 16px #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.map g.track-object:hover text {
|
.map g.track-object:hover text {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user