summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Maps/resources/lib/leaflet.EasyButton/easy-button.css
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2021-10-19 20:24:11 -0300
committerYaco <franco@reevo.org>2021-10-19 20:24:11 -0300
commite3880a1c86acaa3bbd05786ad2f5c586e6511a58 (patch)
treeec77bfc5b69f259a159c95188797bd0dade92357 /www/wiki/extensions/Maps/resources/lib/leaflet.EasyButton/easy-button.css
parent20ca0685509f8010580d3b45036a64ab48616af1 (diff)
updates Maps to 7.13.0
Diffstat (limited to 'www/wiki/extensions/Maps/resources/lib/leaflet.EasyButton/easy-button.css')
-rw-r--r--www/wiki/extensions/Maps/resources/lib/leaflet.EasyButton/easy-button.css56
1 files changed, 56 insertions, 0 deletions
diff --git a/www/wiki/extensions/Maps/resources/lib/leaflet.EasyButton/easy-button.css b/www/wiki/extensions/Maps/resources/lib/leaflet.EasyButton/easy-button.css
new file mode 100644
index 00000000..18ce9ac1
--- /dev/null
+++ b/www/wiki/extensions/Maps/resources/lib/leaflet.EasyButton/easy-button.css
@@ -0,0 +1,56 @@
+.leaflet-bar button,
+.leaflet-bar button:hover {
+ background-color: #fff;
+ border: none;
+ border-bottom: 1px solid #ccc;
+ width: 26px;
+ height: 26px;
+ line-height: 26px;
+ display: block;
+ text-align: center;
+ text-decoration: none;
+ color: black;
+}
+
+.leaflet-bar button {
+ background-position: 50% 50%;
+ background-repeat: no-repeat;
+ overflow: hidden;
+ display: block;
+}
+
+.leaflet-bar button:hover {
+ background-color: #f4f4f4;
+}
+
+.leaflet-bar button:first-of-type {
+ border-top-left-radius: 4px;
+ border-top-right-radius: 4px;
+}
+
+.leaflet-bar button:last-of-type {
+ border-bottom-left-radius: 4px;
+ border-bottom-right-radius: 4px;
+ border-bottom: none;
+}
+
+.leaflet-bar.disabled,
+.leaflet-bar button.disabled {
+ cursor: default;
+ pointer-events: none;
+ opacity: .4;
+}
+
+.easy-button-button .button-state{
+ display: block;
+ width: 100%;
+ height: 100%;
+ position: relative;
+}
+
+
+.leaflet-touch .leaflet-bar button {
+ width: 30px;
+ height: 30px;
+ line-height: 30px;
+}