diff options
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/vendor/openlayers_style.scss (renamed from app/assets/stylesheets/vendor/openlayers_style.css) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/vendor/openlayers_style.css b/app/assets/stylesheets/vendor/openlayers_style.scss index 25308996f..68e60da55 100644 --- a/app/assets/stylesheets/vendor/openlayers_style.css +++ b/app/assets/stylesheets/vendor/openlayers_style.scss @@ -133,6 +133,11 @@ div.olControlMousePosition { float:left;font-size:1.2em; } +.olPopup { + border-radius: 5px; + box-shadow: 0 0 6px #AAA; +} + .olPopupContent { padding:5px; overflow: auto; |
