Update to current versions
Some checks failed
Deploy and Test Cluster / deploy-and-test-cluster (push) Successful in 1m25s
Java CI with Gradle / build (17) (push) Failing after 2m29s
Java CI with Maven / build (17) (push) Successful in 5m10s

Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
This commit is contained in:
Patrick Baumgartner 2025-10-04 10:32:59 +02:00 committed by Dave Syer
parent 30aab0ae76
commit b26f235250
11 changed files with 118 additions and 54 deletions

View file

@ -12,7 +12,7 @@
* limitations under the License.
*/
/*!
* Bootstrap v5.3.6 (https://getbootstrap.com/)
* Bootstrap v5.3.8 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@ -479,6 +479,9 @@ legend {
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button {
cursor: pointer;
filter: grayscale(1); }
/* rtl:raw:
[type="tel"],
@ -5072,6 +5075,7 @@ textarea.form-control-lg {
.spinner-grow,
.spinner-border {
display: inline-block;
flex-shrink: 0;
width: var(--bs-spinner-width);
height: var(--bs-spinner-height);
vertical-align: var(--bs-spinner-vertical-align);