Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Gray out unselectable layers (nrenner#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage authored Mar 9, 2021
1 parent dba39e6 commit 6238842
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 6238842

Please sign in to comment.