diff --git a/production/css/maps/jquery-jvectormap-2.0.1.css b/production/css/maps/jquery-jvectormap-2.0.3.css similarity index 97% rename from production/css/maps/jquery-jvectormap-2.0.1.css rename to production/css/maps/jquery-jvectormap-2.0.3.css index 2b944fbd..4726fd1d 100755 --- a/production/css/maps/jquery-jvectormap-2.0.1.css +++ b/production/css/maps/jquery-jvectormap-2.0.3.css @@ -1,8 +1,13 @@ +svg { + touch-action: none; +} + .jvectormap-container { width: 100%; height: 100%; position: relative; overflow: hidden; + touch-action: none; } .jvectormap-tip { @@ -21,17 +26,18 @@ position: absolute; left: 10px; border-radius: 3px; - background: #34495E; + background: #292929; padding: 3px; color: white; cursor: pointer; line-height: 10px; text-align: center; + box-sizing: content-box; } .jvectormap-zoomin, .jvectormap-zoomout { - width: 20px; - height: 20px; + width: 10px; + height: 10px; } .jvectormap-zoomin { @@ -39,7 +45,7 @@ } .jvectormap-zoomout { - top: 35px; + top: 30px; } .jvectormap-goback { @@ -126,4 +132,4 @@ vertical-align: middle; line-height: 20px; padding-left: 3px; -} \ No newline at end of file +} diff --git a/production/empty.html b/production/empty.html index 2fb3c3ef..94585b43 100644 --- a/production/empty.html +++ b/production/empty.html @@ -19,7 +19,7 @@ - + @@ -128,7 +128,7 @@