From e76f412cbba12c557ccbb008557f6f589c0e9706 Mon Sep 17 00:00:00 2001 From: Danny Date: Fri, 27 Mar 2020 22:52:54 -0400 Subject: [PATCH] theme updates --- croutonjs/dist/templates/themes/frog.css | 11 ++++++++++- croutonjs/dist/templates/themes/one-nine.css | 9 +++++++++ partials/_instructions.php | 4 ++-- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/croutonjs/dist/templates/themes/frog.css b/croutonjs/dist/templates/themes/frog.css index 3770ca7b..b8eaa14b 100644 --- a/croutonjs/dist/templates/themes/frog.css +++ b/croutonjs/dist/templates/themes/frog.css @@ -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; +} \ No newline at end of file diff --git a/croutonjs/dist/templates/themes/one-nine.css b/croutonjs/dist/templates/themes/one-nine.css index 5a7ba7ce..65e609f2 100644 --- a/croutonjs/dist/templates/themes/one-nine.css +++ b/croutonjs/dist/templates/themes/one-nine.css @@ -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; +} diff --git a/partials/_instructions.php b/partials/_instructions.php index d9dfaf8a..8fb6888e 100644 --- a/partials/_instructions.php +++ b/partials/_instructions.php @@ -225,12 +225,12 @@

With this parameter you can have crouton display the results into a pre-translated language.

[bmlt_tabs language="en-US"]

-

You can find the currently supported lanuages here.

+

You can find the currently supported languages here.

Open a ticket if you want to assist with other translations here.

Virtual Meetings

-

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.

+

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.

If you want to display a QR Code along with this, set the short code [bmlt_tabs show_qrcode="1"].

Temporarily Closed