Add smallplayerfaces option for playermarkers component
This commit is contained in:
parent
a878ce7cd1
commit
5ad9d7bf90
3 changed files with 33 additions and 6 deletions
|
|
@ -519,6 +519,21 @@
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.dynmap .playerNameSm {
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
left: 18px;
|
||||
|
||||
white-space: nowrap;
|
||||
|
||||
color: #fff;
|
||||
background: rgba(0,0,0,0.6);
|
||||
padding: 2px;
|
||||
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.dynmap .healthContainer {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue