@bmlt-enabled/croutonjs 3.15.3 → 3.16.1
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 +6 -13
- package/crouton.js +611 -171
- package/crouton.min.css +1 -1
- package/crouton.min.js +1 -1
- package/crouton.nojquery.js +611 -171
- package/crouton.nojquery.min.js +1 -1
- package/package.json +1 -1
- package/templates/themes/florida-nights.css +6 -2
- package/templates/themes/frog.css +6 -2
- package/templates/themes/none.css +0 -0
- package/templates/themes/none.json +3 -0
- package/templates/themes/one-nine.css +6 -2
- package/templates/themes/seattle-rain.css +6 -2
- package/templates/themes/truth.css +6 -2
package/crouton.css
CHANGED
|
@@ -98,7 +98,12 @@ span.bmlt_tabs_group_count {
|
|
|
98
98
|
#bmlt-tabs tr:nth-child(odd) {
|
|
99
99
|
background: #FFF;
|
|
100
100
|
}
|
|
101
|
-
|
|
101
|
+
#bmlt-tabs #byday .evenRow {
|
|
102
|
+
background: #F2F2F2;
|
|
103
|
+
}
|
|
104
|
+
#bmlt-tabs #byday .oddRow {
|
|
105
|
+
background: #FFF;
|
|
106
|
+
}
|
|
102
107
|
#bmlt-tabs td {
|
|
103
108
|
/* border-top: 0; */
|
|
104
109
|
padding: .8em;
|
|
@@ -358,23 +363,11 @@ span.bmlt_tabs_group_count {
|
|
|
358
363
|
width: 100% !important;
|
|
359
364
|
}
|
|
360
365
|
|
|
361
|
-
#bmlt-tabs .meeting-name,#bmlt-tabs .bmlt-time-2 {
|
|
362
|
-
/* font-weight: 100; */
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
#bmlt-tabs .bmlt-time-2 {
|
|
366
|
-
color: #DB4865;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
366
|
#bmlt-tabs a#bmlt-formats,#bmlt-tabs a#map-button {
|
|
370
|
-
background-color: #fff !important;
|
|
371
|
-
color: #000;
|
|
372
367
|
border-radius: 0;
|
|
373
368
|
}
|
|
374
369
|
|
|
375
370
|
#bmlt-tabs a#bmlt-formats,#bmlt-tabs a#share-button {
|
|
376
|
-
background-color: #fff !important;
|
|
377
|
-
color: #000;
|
|
378
371
|
border-radius: 0;
|
|
379
372
|
}
|
|
380
373
|
|