Small style improvements to marker labels

This commit is contained in:
David Pfeiffer 2022-03-05 16:03:44 -08:00 committed by GitHub
parent a765f728f1
commit f52d2e6c1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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