Disable zoom buttons when zoom limit is reached

Fixes #1365
This commit is contained in:
Tom Hughes 2016-11-09 16:09:32 +00:00
parent a5a4ab8bcc
commit cbff014368

View file

@ -491,7 +491,8 @@ body.compact {
background-color: black;
}
&.disabled {
&.disabled,
&.leaflet-disabled {
background-color: #333;
background-color: rgba(0,0,0,.5);
cursor: default;