Gray out unselectable layers (#381)

This commit is contained in:
Gautier P 2021-03-09 09:46:13 +01:00 committed by GitHub
parent dba39e60ea
commit 6238842ad0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}