summaryrefslogtreecommitdiff
path: root/loleaflet/dist/leaflet.css
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2016-08-28 08:35:00 -0400
committerHenry Castro <hcastro@collabora.com>2016-08-28 08:57:27 -0400
commitfa963528813c5aa11e3192af4bf2dfa97fd3de0b (patch)
treeb54871b554e082871f1f182768ab180b40a5cca1 /loleaflet/dist/leaflet.css
parent78d4c7706deae727272ce28867c98418925838cf (diff)
loleaflet: add L.Control.DocumentRepair
Diffstat (limited to 'loleaflet/dist/leaflet.css')
-rw-r--r--loleaflet/dist/leaflet.css11
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;