Skip to content

Commit dc4b3e2

Browse files
committed
Added several additional callbacks, updated package.json for npm publishing, changed some methods to be private, fixed Bootstrap example, updated coordinates of one incorrect location, various tweaks and fixes
1 parent be4bf48 commit dc4b3e2

17 files changed

+200
-114
lines changed

dist/assets/css/bootstrap-example.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@
116116
color: #8e8e8e;
117117
}
118118
.bh-sl-container .bh-sl-loc-list .list-focus {
119-
border: 1px solid rgba(82, 168, 236, 0.9);
120-
-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
121-
-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
122-
box-shadow: 0 0 8px rgba(82, 168, 236, 0.7);
119+
border: 1px solid rgba(150, 31, 23, 0.4);
120+
-moz-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
121+
-webkit-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
122+
box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
123123
transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
124124
}
125125
.bh-sl-container .bh-sl-loc-list .bh-sl-close-directions-container {

dist/assets/css/bootstrap-example.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/assets/css/storelocator.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
color: #8e8e8e;
161161
}
162162
.bh-sl-container .bh-sl-loc-list .list-focus {
163-
border: 1px solid rgba(150, 31, 23, 0.6);
163+
border: 1px solid rgba(150, 31, 23, 0.4);
164164
-moz-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
165165
-webkit-box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);
166166
box-shadow: 0 0 8px rgba(150, 31, 23, 0.4);

dist/assets/css/storelocator.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)