@bmlt-enabled/croutonjs 3.12.1 → 3.12.5

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.css CHANGED
@@ -184,7 +184,7 @@ span.bmlt_tabs_group_count {
184
184
  color: #FFF;
185
185
  }
186
186
 
187
- #bmlt-tabs a#map-button {
187
+ #bmlt-tabs a#map-button,#bmlt-tabs a#share-button {
188
188
  margin-bottom: 4px;
189
189
  }
190
190
 
@@ -192,7 +192,7 @@ span.bmlt_tabs_group_count {
192
192
  margin: 4px 0;
193
193
  }
194
194
 
195
- #bmlt-formats.btn-xs,#map-button.btn-xs {
195
+ #bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs {
196
196
  padding: 3px 5px;
197
197
  font-size: 10px;
198
198
  background-color: #93C3CD;
@@ -200,7 +200,7 @@ span.bmlt_tabs_group_count {
200
200
  border-color: #C5C5C5;
201
201
  }
202
202
 
203
- #bmlt-formats.btn-xs:hover,#map-button.btn-xs:hover {
203
+ #bmlt-formats.btn-xs:hover,#map-button.btn-xs:hover,#share-button.btn-xs:hover {
204
204
  background-color: #F1F1F1;
205
205
  }
206
206
 
@@ -372,6 +372,12 @@ span.bmlt_tabs_group_count {
372
372
  border-radius: 0;
373
373
  }
374
374
 
375
+ #bmlt-tabs a#bmlt-formats,#bmlt-tabs a#share-button {
376
+ background-color: #fff !important;
377
+ color: #000;
378
+ border-radius: 0;
379
+ }
380
+
375
381
  #bmlt-tabs .nav-tabs > li > a {
376
382
  border-radius: 0 !important;
377
383
  margin-right: 0 !important;
@@ -417,12 +423,12 @@ span.bmlt_tabs_group_count {
417
423
  height: auto;
418
424
  }
419
425
 
420
- #bmlt-formats.btn-xs,#map-button.btn-xs {
426
+ #bmlt-formats.btn-xs,#map-button.btn-xs,#share-button.btn-xs {
421
427
  padding: 2px 7px !important;
422
428
  font-size: 12px !important;
423
429
  }
424
430
 
425
- #map-button.btn-xs {
431
+ #map-button.btn-xs,#share-button.btn-xs {
426
432
  display: -webkit-inline-box;
427
433
  }
428
434