Merge pull request #3703 from davidjpfeiffer/v3.0

Small style improvements to marker labels
This commit is contained in:
mikeprimm 2022-03-27 17:59:16 -05:00 committed by GitHub
commit 971a492964
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 {