@bmlt-enabled/croutonjs 3.22.2 → 3.22.4
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/crouton-core.css +8 -5
- package/crouton-core.min.css +1 -1
- package/crouton-gmaps.js +93 -63
- package/crouton-gmaps.min.js +12 -16
- package/crouton-gmaps.min.js.map +1 -1
- package/crouton.css +8 -5
- package/crouton.js +93 -63
- package/crouton.min.css +1 -1
- package/crouton.min.js +13 -17
- package/crouton.min.js.map +1 -1
- package/crouton.nojquery.js +93 -63
- package/crouton.nojquery.min.js +12 -16
- package/crouton.nojquery.min.js.map +1 -1
- package/package.json +1 -1
- package/templates/themes/asheboro.css +1 -1
- package/templates/themes/florida-nights.css +1 -1
- package/templates/themes/frog.css +3 -3
- package/templates/themes/gold-coast.css +1 -1
- package/templates/themes/jack.css +1 -1
- package/templates/themes/lucy.css +1 -1
- package/templates/themes/one-nine.css +1 -1
- package/templates/themes/orange-monster.css +1 -1
- package/templates/themes/patrick.css +1 -1
- package/templates/themes/quebec.css +1 -1
- package/templates/themes/seattle-rain.css +3 -3
- package/templates/themes/sezf.css +1 -1
- package/templates/themes/truth.css +3 -3
package/package.json
CHANGED
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
background-color: lightseagreen;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
#bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs {
|
|
97
|
+
#bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs,.bmlt-data-row button.get-directions-modal {
|
|
98
98
|
background-color: lightseagreen;
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -132,12 +132,12 @@
|
|
|
132
132
|
color: #000;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
#bmlt-formats.btn-xs, #map-button.btn-xs,#share-button.btn-xs {
|
|
135
|
+
#bmlt-formats.btn-xs, #map-button.btn-xs,#share-button.btn-xs,.bmlt-data-row button.get-directions-modal {
|
|
136
136
|
color: #555;
|
|
137
137
|
border-color: lightseagreen;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
#bmlt-formats.btn-xs:hover, #map-button.btn-xs:hover, #share-button.btn-xs:hover {
|
|
140
|
+
#bmlt-formats.btn-xs:hover, #map-button.btn-xs:hover, #share-button.btn-xs:hover,.bmlt-data-row button.get-directions-modal:hover {
|
|
141
141
|
color: #AAA;
|
|
142
142
|
background-color: #444;
|
|
143
143
|
border-color: lightseagreen;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
#bmlt-tabs .nav-tabs > li > a {
|
|
5
5
|
background-color: #01d2d6;
|
|
6
6
|
}
|
|
7
|
-
#bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs {
|
|
7
|
+
#bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs,.bmlt-data-row button.get-directions-modal {
|
|
8
8
|
background-color: #01d2d6;
|
|
9
9
|
}
|
|
10
10
|
#bmlt-tabs .rowHighlight {
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
background-color: #1BA3B0;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
#bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs {
|
|
97
|
+
#bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs,.bmlt-data-row button.get-directions-modal {
|
|
98
98
|
background-color: #1BA3B0;
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -132,12 +132,12 @@
|
|
|
132
132
|
color: #000;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
#bmlt-formats.btn-xs, #map-button.btn-xs, #share-button.btn-xs {
|
|
135
|
+
#bmlt-formats.btn-xs, #map-button.btn-xs, #share-button.btn-xs,.bmlt-data-row button.get-directions-modal {
|
|
136
136
|
color: #FFF;
|
|
137
137
|
border-color: #1BA3B0;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
#bmlt-formats.btn-xs:hover, #map-button.btn-xs:hover, #share-button.btn-xs:hover {
|
|
140
|
+
#bmlt-formats.btn-xs:hover, #map-button.btn-xs:hover, #share-button.btn-xs:hover,.bmlt-data-row button.get-directions-modal:hover {
|
|
141
141
|
color: #AAA;
|
|
142
142
|
background-color: #444;
|
|
143
143
|
border-color: #1BA3B0;
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
background-color: lightseagreen;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
#bmlt-formats.btn-xs, #map-button.btn-xs, #share-button.btn-xs {
|
|
97
|
+
#bmlt-formats.btn-xs, #map-button.btn-xs, #share-button.btn-xs,.bmlt-data-row button.get-directions-modal {
|
|
98
98
|
background-color: lightseagreen;
|
|
99
99
|
}
|
|
100
100
|
|
|
@@ -132,12 +132,12 @@
|
|
|
132
132
|
color: #000;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
#bmlt-formats.btn-xs, #map-button.btn-xs, #share-button.btn-xs {
|
|
135
|
+
#bmlt-formats.btn-xs, #map-button.btn-xs, #share-button.btn-xs,.bmlt-data-row button.get-directions-modal {
|
|
136
136
|
color: #555;
|
|
137
137
|
border-color: lightseagreen;
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
-
#bmlt-formats.btn-xs:hover, #map-button.btn-xs:hover, #share-button.btn-xs:hover {
|
|
140
|
+
#bmlt-formats.btn-xs:hover, #map-button.btn-xs:hover, #share-button.btn-xs:hover,.bmlt-data-row button.get-directions-modal:hover {
|
|
141
141
|
color: #AAA;
|
|
142
142
|
background-color: #444;
|
|
143
143
|
border-color: lightseagreen;
|