Improve marker
This commit is contained in:
parent
1a06f0cb43
commit
8615b25dc6
|
@ -144,7 +144,7 @@ body {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 4px solid #ccc;
|
border: 5px solid #ccc;
|
||||||
|
|
||||||
background: rgba(0, 0, 0, 0.8);
|
background: rgba(0, 0, 0, 0.8);
|
||||||
}
|
}
|
||||||
|
|
|
@ -131,22 +131,6 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.marker {
|
|
||||||
border-radius: 50%;
|
|
||||||
background: black;
|
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 8px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
align-self: baseline;
|
|
||||||
margin-top: 4px;
|
|
||||||
border: 5px solid white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.marker:hover {
|
|
||||||
border-color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user