mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 09:27:27 +00:00
Update to current versions
Signed-off-by: Patrick Baumgartner <contact@patbaumgartner.com>
This commit is contained in:
parent
30aab0ae76
commit
b26f235250
11 changed files with 118 additions and 54 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue