Gray out unselectable layers (#381)
This commit is contained in:
parent
dba39e60ea
commit
6238842ad0
1 changed files with 5 additions and 0 deletions
|
|
@ -783,3 +783,8 @@ table.dataTable.display tbody tr:hover.selected {
|
|||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
/* Gray out non selectable layers (zoom out of scope, etc.) */
|
||||
.leaflet-control-layers-selector[disabled] ~ span {
|
||||
color: #777;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue