Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

theme updates #222

Merged
merged 1 commit into from
Mar 28, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion croutonjs/dist/templates/themes/frog.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,14 @@
#bmlt-formats.btn-xs:hover, #map-button.btn-xs:hover {
color: #AAA;
background-color: #444;
border-color: #444;
border-color: lightseagreen;
}

.bootstrap-bmlt a {
color: lightseagreen;
}

.bootstrap-bmlt a:focus, .bootstrap-bmlt a:hover {
color: lightseagreen;
text-decoration: underline;
}
9 changes: 9 additions & 0 deletions croutonjs/dist/templates/themes/one-nine.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,12 @@
#bmlt-tabs #day.btn.btn-primary.btn-sm.buttonHighlight {
color: #EEE;
}

.bootstrap-bmlt a {
color: #7DABD0;
}

.bootstrap-bmlt a:focus, .bootstrap-bmlt a:hover {
color: #7DABD0;
text-decoration: underline;
}
4 changes: 2 additions & 2 deletions partials/_instructions.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,12 @@
<div>
<p>With this parameter you can have crouton display the results into a pre-translated language.</p>
<p><strong>[bmlt_tabs language="en-US"]</strong></p>
<p>You can find the currently supported lanuages <a href="https://github.com/bmlt-enabled/crouton/blob/master/croutonjs/src/js/crouton-localization.js" target="_blank">here</a>.</p>
<p>You can find the currently supported languages <a href="https://github.com/bmlt-enabled/crouton/blob/master/croutonjs/src/js/crouton-localization.js" target="_blank">here</a>.</p>
<p>Open a ticket if you want to assist with other translations <a href="https://github.com/bmlt-enabled/crouton/issues" target="_blank">here</a>.</p>
</div>
<h3 class="help-accordian"><strong>Virtual Meetings</strong></h3>
<div>
<p>If you use the format code "VM" it will render the virtual_meeting_link and phone_meeting_number in the metadata template column. It will automaticlaly turn them into hyperlinks. This behavior is overridable through the metadata template functionality.</p>
<p>If you use the format code "VM" it will render the virtual_meeting_link and phone_meeting_number in the metadata template column. It will automatically turn them into hyperlinks. This behavior is overridable through the metadata template functionality. This will also place the description of the VM format above the links.</p>
<p>If you want to display a QR Code along with this, set the short code <strong>[bmlt_tabs show_qrcode="1"]</strong>.</p>
</div>
<h3 class="help-accordian"><strong>Temporarily Closed</strong></h3>
Expand Down