projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5a4ab8
)
Disable zoom buttons when zoom limit is reached
author
Tom Hughes
<tom@compton.nu>
Wed, 9 Nov 2016 16:09:32 +0000
(16:09 +0000)
committer
Tom Hughes
<tom@compton.nu>
Wed, 9 Nov 2016 16:09:32 +0000
(16:09 +0000)
Fixes #1365
app/assets/stylesheets/common.scss
patch
|
blob
|
history
diff --git
a/app/assets/stylesheets/common.scss
b/app/assets/stylesheets/common.scss
index 4529248c58f134b5925b3c829135899433771efb..2a00f1b060c0222e26a4bd77ca5e0b748abe0627 100644
(file)
--- a/
app/assets/stylesheets/common.scss
+++ b/
app/assets/stylesheets/common.scss
@@
-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;