Small style improvements to marker labels

This commit is contained in:
David Pfeiffer 2022-03-05 16:08:27 -08:00 committed by GitHub
commit 8626d0a1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -905,15 +905,15 @@
color: #fff;
background: rgba(0,0,0,0.6);
padding: 2px;
padding: 2px 6px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.dynmap .mapMarker .markerName16x16 {
top: -6px;
left: 10px;
top: -12px;
left: 12px;
}
.dynmap .mapMarker .markerName8x8 {