Display color next to layer name
This should make it easier to disambiguate layers that are otherwise hard to tell apart.
This commit is contained in:
parent
1ad82c55ee
commit
26c5b56d58
2 changed files with 10 additions and 1 deletions
|
|
@ -70,6 +70,15 @@ aside summary {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.color-badge {
|
||||
display: inline-block;
|
||||
height: 1em;
|
||||
width: 2em;
|
||||
vertical-align: middle;
|
||||
border: 1px #444 solid;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@media (max-width: 400px) {
|
||||
.nav-open #map {
|
||||
left: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue