mapshaper 0.5.110 → 0.5.113

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/www/page.css CHANGED
@@ -76,13 +76,17 @@ body {
76
76
  fill: #1385B7;
77
77
  }
78
78
 
79
- .dialog-btn:hover,
79
+ .dialog-btn:hover:not(.disabled),
80
80
  .btn.header-btn:hover,
81
81
  .dialog-btn.default-btn,
82
82
  .dialog-btn.selected-btn {
83
83
  background-color: #1A6A96;
84
84
  }
85
85
 
86
+ .dialog-btn.disabled {
87
+ opacity: 0.5;
88
+ }
89
+
86
90
  .colored-text::selection {
87
91
  background-color: #e6f7ff;
88
92
  }
@@ -451,7 +455,7 @@ body.dragover #import-options-drop-area .drop-area {
451
455
 
452
456
  .info-box,.popup {
453
457
  border-radius: 9px;
454
- border: 1px solid #ddd;
458
+ /* border: 1px solid #ddd; */
455
459
  box-shadow: 0 4px 6px rgba(0,0,0,0.35);
456
460
  background-color: #fff;
457
461
  }
@@ -1042,20 +1046,22 @@ img.close-btn:hover,
1042
1046
 
1043
1047
  .basemap-style-btn img {
1044
1048
  display: block;
1045
- left: -3px;
1049
+ left: -2px;
1046
1050
  position: relative;
1047
- border: 3px solid transparent;
1048
- width: 120px;
1049
- height: 90px;
1051
+ border: 2px solid transparent;
1052
+ /*width: 120px;
1053
+ height: 90px;*/
1054
+ width: 96px;
1055
+ height: 72px;
1050
1056
  }
1051
1057
 
1052
1058
  div.basemap-style-btn.active img {
1053
- border: 3px solid #e8ba52;
1059
+ border: 2px solid #e8ba52;
1054
1060
  }
1055
1061
 
1056
1062
  .basemap-style-btn:hover img {
1057
1063
  cursor: pointer;
1058
- border: 3px solid #ead683;
1064
+ border: 2px solid #ead683;
1059
1065
  }
1060
1066
 
1061
1067
  .mapbox-improve-map {
@@ -1104,10 +1110,11 @@ div.basemap-style-btn.active img {
1104
1110
  .nav-buttons {
1105
1111
  z-index: 20;
1106
1112
  position: absolute;
1107
- top: 7px;
1108
- right: 7px;
1109
- padding: 2px;
1110
- background-color: rgba(255, 255, 255, 0.85);
1113
+ text-align: center;
1114
+ top: 12px;
1115
+ right: 0;
1116
+ padding: 3px;
1117
+ background-color: rgba(255, 255, 255, 1);
1111
1118
  }
1112
1119
 
1113
1120
  .nav-btn-wrapper {
@@ -1136,8 +1143,8 @@ div.basemap-style-btn.active img {
1136
1143
  display: none;
1137
1144
  pointer-events: none;
1138
1145
  padding-top: 4px;
1139
- top: 24px;
1140
- right: -6px;
1146
+ top: 26px;
1147
+ right: -3px;
1141
1148
  }
1142
1149
 
1143
1150
  .nav-btn.open .nav-sub-menu {
@@ -1152,7 +1159,7 @@ div.basemap-style-btn.active img {
1152
1159
  clear: right;
1153
1160
  white-space: nowrap;
1154
1161
  display: inline-block;
1155
- padding: 3px 7px 5px 7px;
1162
+ padding: 4px 7px 5px 7px;
1156
1163
  line-height: 11px;
1157
1164
  cursor: pointer;
1158
1165
  }
@@ -1175,17 +1182,18 @@ div.basemap-style-btn.active img {
1175
1182
  .nav-btn {
1176
1183
  position: relative;
1177
1184
  cursor:pointer;
1178
- padding: 3px 3px 5px 3px;
1185
+ /* padding: 3px 3px 5px 3px; */
1186
+ padding: 4px;
1179
1187
  line-height: 1;
1180
1188
  }
1181
1189
 
1182
1190
  .nav-btn.menu-btn {
1183
- padding: 2px 3px;
1191
+ padding-top: 3px;
1184
1192
  }
1185
1193
 
1186
1194
  .nav-btn.selected {
1187
1195
  background-color: black;
1188
- border-radius: 3px;
1196
+ /* border-radius: 3px; */
1189
1197
  }
1190
1198
 
1191
1199
  .nav-btn:hover:not(.disabled) svg *,