diff options
author | Henry Castro <hcastro@collabora.com> | 2016-08-28 08:35:00 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2016-08-28 08:57:27 -0400 |
commit | fa963528813c5aa11e3192af4bf2dfa97fd3de0b (patch) | |
tree | b54871b554e082871f1f182768ab180b40a5cca1 /loleaflet/dist/leaflet.css | |
parent | 78d4c7706deae727272ce28867c98418925838cf (diff) |
loleaflet: add L.Control.DocumentRepair
Diffstat (limited to 'loleaflet/dist/leaflet.css')
-rw-r--r-- | loleaflet/dist/leaflet.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/loleaflet/dist/leaflet.css b/loleaflet/dist/leaflet.css index f4e8f4e5d..f3521a4cb 100644 --- a/loleaflet/dist/leaflet.css +++ b/loleaflet/dist/leaflet.css @@ -481,6 +481,17 @@ a.leaflet-control-buttons:hover:first-child { .leaflet-popup-content p { margin: 18px 0; } +.leaflet-popup-content tr:hover { + background-color: #eee; + cursor: pointer; + } +.leaflet-popup-content tbody { + display: block; + overflow-y: auto; + } +.leaflet-popup-selected { + background-color: #eee; + } .leaflet-popup-tip-container { margin: 0 auto; width: 40px; |