|
@@ -5,7 +5,7 @@
|
|
* License: Open source - MIT <https://opensource.org/licenses/MIT>
|
|
* License: Open source - MIT <https://opensource.org/licenses/MIT>
|
|
*/
|
|
*/
|
|
/*!
|
|
/*!
|
|
- * Bootstrap v4.5.2 (https://getbootstrap.com/)
|
|
|
|
|
|
+ * Bootstrap v4.5.3 (https://getbootstrap.com/)
|
|
* Copyright 2011-2020 The Bootstrap Authors
|
|
* Copyright 2011-2020 The Bootstrap Authors
|
|
* Copyright 2011-2020 Twitter, Inc.
|
|
* Copyright 2011-2020 Twitter, Inc.
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
|
|
@@ -222,6 +222,7 @@ caption {
|
|
|
|
|
|
th {
|
|
th {
|
|
text-align: inherit;
|
|
text-align: inherit;
|
|
|
|
+ text-align: -webkit-match-parent;
|
|
}
|
|
}
|
|
|
|
|
|
label {
|
|
label {
|
|
@@ -3785,6 +3786,8 @@ input[type="button"].btn-block {
|
|
display: block;
|
|
display: block;
|
|
min-height: 1.5rem;
|
|
min-height: 1.5rem;
|
|
padding-left: 1.5rem;
|
|
padding-left: 1.5rem;
|
|
|
|
+ -webkit-print-color-adjust: exact;
|
|
|
|
+ color-adjust: exact;
|
|
}
|
|
}
|
|
|
|
|
|
.custom-control-inline {
|
|
.custom-control-inline {
|
|
@@ -3810,7 +3813,7 @@ input[type="button"].btn-block {
|
|
}
|
|
}
|
|
|
|
|
|
.custom-control-input:focus ~ .custom-control-label::before {
|
|
.custom-control-input:focus ~ .custom-control-label::before {
|
|
- box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), none;
|
|
|
|
|
|
+ box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
|
}
|
|
}
|
|
|
|
|
|
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
|
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
|
|
@@ -5333,6 +5336,7 @@ a.badge-dark:focus, a.badge-dark.focus {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
right: 0;
|
|
right: 0;
|
|
|
|
+ z-index: 2;
|
|
padding: 0.75rem 1.25rem;
|
|
padding: 0.75rem 1.25rem;
|
|
color: inherit;
|
|
color: inherit;
|
|
}
|
|
}
|
|
@@ -10198,7 +10202,7 @@ a.text-dark:hover, a.text-dark:focus {
|
|
|
|
|
|
.text-break {
|
|
.text-break {
|
|
word-break: break-word !important;
|
|
word-break: break-word !important;
|
|
- overflow-wrap: break-word !important;
|
|
|
|
|
|
+ word-wrap: break-word !important;
|
|
}
|
|
}
|
|
|
|
|
|
.text-reset {
|
|
.text-reset {
|