Index: lams_central/web/WEB-INF/tags/WaitForLeader.tag =================================================================== diff -u -r5a58ebc3f2aaf6ea5183e1ed1204d2e94ea45d10 -r8ab1c658eca81a42d7f21d0067bff04c15f70c38 --- lams_central/web/WEB-INF/tags/WaitForLeader.tag (.../WaitForLeader.tag) (revision 5a58ebc3f2aaf6ea5183e1ed1204d2e94ea45d10) +++ lams_central/web/WEB-INF/tags/WaitForLeader.tag (.../WaitForLeader.tag) (revision 8ab1c658eca81a42d7f21d0067bff04c15f70c38) @@ -39,7 +39,7 @@
-
+
Index: lams_central/web/css/bootstrap5.custom.scss =================================================================== diff -u -r65f9fa5e6b4533f220017e5238ceb9d861eff5b1 -r8ab1c658eca81a42d7f21d0067bff04c15f70c38 --- lams_central/web/css/bootstrap5.custom.scss (.../bootstrap5.custom.scss) (revision 65f9fa5e6b4533f220017e5238ceb9d861eff5b1) +++ lams_central/web/css/bootstrap5.custom.scss (.../bootstrap5.custom.scss) (revision 8ab1c658eca81a42d7f21d0067bff04c15f70c38) @@ -6,6 +6,8 @@ $green: #018847; /* rgb(1, 136, 71) */ $red: #D73961; /* rgb(215, 57, 97) */ +$enable-shadows: true !default; +$enable-negative-margins: true !default; @import "bootstrap/bootstrap.scss"; Index: lams_central/web/css/components.scss =================================================================== diff -u -rd43d1e67bb589b4f565a222a3f33ea17debc68a7 -r8ab1c658eca81a42d7f21d0067bff04c15f70c38 --- lams_central/web/css/components.scss (.../components.scss) (revision d43d1e67bb589b4f565a222a3f33ea17debc68a7) +++ lams_central/web/css/components.scss (.../components.scss) (revision 8ab1c658eca81a42d7f21d0067bff04c15f70c38) @@ -616,18 +616,21 @@ /*----------collapsable-icon-left----------------*/ -.component-page-wrapper .collapsable-icon-left button.collapsed:after { - content: "\f054"; -} - .component-page-wrapper .collapsable-icon-left button[data-bs-toggle="collapse"]:after { font-family: FontAwesome; - content: "\f078"; float: left; color: #6c757d; margin-right: .5rem; } +.component-page-wrapper .collapsable-icon-left button.collapsed:after { + content: "\f054"; +} + +.component-page-wrapper .collapsable-icon-left button:not(.collapsed):after { + content: "\f078"; +} + /*----------slider----------------*/ .bootstrap-slider input[type="range"] { Index: lams_learning/web/css/components-learner.scss =================================================================== diff -u -r8de3eaa9202afa22c16447d5236943cbe4749eb1 -r8ab1c658eca81a42d7f21d0067bff04c15f70c38 --- lams_learning/web/css/components-learner.scss (.../components-learner.scss) (revision 8de3eaa9202afa22c16447d5236943cbe4749eb1) +++ lams_learning/web/css/components-learner.scss (.../components-learner.scss) (revision 8ab1c658eca81a42d7f21d0067bff04c15f70c38) @@ -231,7 +231,7 @@ border-top-right-radius: 0rem; border-bottom-right-radius: 1.25rem; border: 0; - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);//copied from bootstrap .shadow class + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);//copied from .shadow class margin-bottom: 2rem; } @@ -240,6 +240,9 @@ border-top-right-radius: 0rem; font-size: 1.3rem; padding: 1rem; + color: #fff !important; //.text-bg-secondary + background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important; //.text-bg-secondary + --bs-bg-opacity: 0.8; } .instructions { @@ -255,7 +258,7 @@ } /* coommented out for now by Andrey -.lcard .lcard-header-button-border { +.lcard .card-header { border-bottom: 0.2rem solid var(--bs-primary); } */ Index: lams_tool_chat/web/includes/css/chat.scss =================================================================== diff -u -rc7da4cc1741df96dcdf19d62846e95f7e9ddf870 -r8ab1c658eca81a42d7f21d0067bff04c15f70c38 --- lams_tool_chat/web/includes/css/chat.scss (.../chat.scss) (revision c7da4cc1741df96dcdf19d62846e95f7e9ddf870) +++ lams_tool_chat/web/includes/css/chat.scss (.../chat.scss) (revision 8ab1c658eca81a42d7f21d0067bff04c15f70c38) @@ -32,7 +32,7 @@ height: 100px; resize: vertical; overflow: auto; - border: $border-thin-default; + border: $border-thin-default-light; padding: 2px; padding-left:5px; } @@ -44,7 +44,7 @@ height: 200px; resize: vertical; overflow: auto; - border: $border-thin-default; + border: $border-thin-default-light; padding: 2px; padding-left:5px; } @@ -56,7 +56,7 @@ height: 200px; resize: vertical; overflow: auto; - border: $border-thin-default; + border: $border-thin-default-light; padding: 2px; } @@ -72,7 +72,7 @@ } #sendMessageArea { - border: $border-thin-default; + border: $border-thin-default-light; width: 100%; } Index: lams_tool_notebook/web/pages/learning/notebook.jsp =================================================================== diff -u -r97e50f3cc8a7bdf90b41f33f6f17fc6f48373341 -r8ab1c658eca81a42d7f21d0067bff04c15f70c38 --- lams_tool_notebook/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 97e50f3cc8a7bdf90b41f33f6f17fc6f48373341) +++ lams_tool_notebook/web/pages/learning/notebook.jsp (.../notebook.jsp) (revision 8ab1c658eca81a42d7f21d0067bff04c15f70c38) @@ -3,8 +3,6 @@ <%@ taglib uri="tags-lams" prefix="lams"%> - -