diff --git a/webapp/JS Dependencies.md b/webapp/JS Dependencies.md index f5d49f8c..4cdc008c 100644 --- a/webapp/JS Dependencies.md +++ b/webapp/JS Dependencies.md @@ -6,9 +6,9 @@ If changing the JS script imports, please note order is important (and any requi | Library | Current Version (Date) | Library link(s) | Source (src) URL | Notes 1 | | ----------- | ----------- | ----------- | ----------- | ----------- | | `jQuery` | v3.7.1
(28 Aug '23) | [GitHub repo](https://github.com/jquery/jquery) | Obtained from [here](https://cdnjs.com/libraries/jquery) | | -| `Bootstrap` | v5.3.7
(17 Jun '25) | [GitHub repo](https://github.com/twbs/bootstrap) | Obtained from [here](https://cdnjs.com/libraries/bootstrap) | | +| `Bootstrap` | v5.3.8
(26 Aug '25) | [GitHub repo](https://github.com/twbs/bootstrap) | Obtained from [here](https://cdnjs.com/libraries/bootstrap) | | | `bootstrap-select` | v1.13.18
(27 Jun '20)
**Use versions from v1.14.0-beta2** 2 | [GitHub repo](https://github.com/snapappointments/bootstrap-select) | Obtained from [here](https://cdnjs.com/libraries/bootstrap-select) | Requires jQuery, Popper, Bootstrap and `bootstrap-select.min.css`. | -| `Font Awesome` | v6.7.2
(16 Dec '24) | [GitHub repo](https://github.com/FortAwesome/Font-Awesome) | Obtained from [here](https://cdnjs.com/libraries/font-awesome) | Not available for offline-Thread-use as `bootstrap-glyphicon.min.css` is used instead. | +| `Font Awesome` | v7.0.1
(2 Sep '25) | [GitHub repo](https://github.com/FortAwesome/Font-Awesome) | Obtained from [here](https://cdnjs.com/libraries/font-awesome) | Not available for offline-Thread-use as `bootstrap-glyphicon.min.css` is used instead. | | `pdfmake` | v0.2.12
(14 Aug '24) | [GitHub repo](https://github.com/bpampuch/pdfmake) | Obtained from [here](https://cdnjs.com/libraries/pdfmake) | Also requires `vfs_fonts.js`. | | `Popper` | - | - | - | | | `kanban` | - | - | - | | diff --git a/webapp/html/base.html b/webapp/html/base.html index 77043ba1..c076bea0 100644 --- a/webapp/html/base.html +++ b/webapp/html/base.html @@ -14,11 +14,11 @@ - + - + - + {% else %} diff --git a/webapp/theme/style/style.css b/webapp/theme/style/style.css index 66507fef..38c168c2 100644 --- a/webapp/theme/style/style.css +++ b/webapp/theme/style/style.css @@ -177,17 +177,22 @@ a { .btn-default { border-color: gray; } + .btn-navy { color: #fff; background-color: #062f4f; border-color: 1px solid #062f4f; } + .btn-navy:hover { color: #fff; background-color: #1C415F; background-image: none; border-color: 1px solid #062f4f; +} +.btn.fas { + width: auto; } /*tables*/