use custom marker
This commit is contained in:
parent
45b9c8036d
commit
5a3a1d7cfb
2 changed files with 111 additions and 19 deletions
|
|
@ -5,3 +5,19 @@
|
|||
bottom: 0px;
|
||||
top: 0px;
|
||||
}
|
||||
#users {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
}
|
||||
.person {
|
||||
border: 2px solid rgb(255, 255, 255);
|
||||
border-radius: 4px;
|
||||
color: rgb(255, 255, 255);
|
||||
cursor: pointer;
|
||||
font-family: sans-serif;
|
||||
font-size: 12px;
|
||||
height: 12px;
|
||||
line-height: 12px;
|
||||
padding: 2px 4px 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue