Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css221
1 files changed, 158 insertions, 63 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index ba4c474b98..6cb787173c 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1,7 +1,7 @@
/*!
* Bootstrap v4.2.1 (https://getbootstrap.com/)
- * Copyright 2011-2018 The Bootstrap Authors
- * Copyright 2011-2018 Twitter, Inc.
+ * Copyright 2011-2019 The Bootstrap Authors
+ * Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
@@ -1881,7 +1881,7 @@ pre code {
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.form-control {
transition: none;
}
@@ -2405,7 +2405,7 @@ textarea.form-control {
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.btn {
transition: none;
}
@@ -3011,7 +3011,7 @@ input[type="button"].btn-block {
transition: opacity 0.15s linear;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.fade {
transition: none;
}
@@ -3032,7 +3032,7 @@ input[type="button"].btn-block {
transition: height 0.35s ease;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.collapsing {
transition: none;
}
@@ -3080,49 +3080,25 @@ input[type="button"].btn-block {
border-radius: 0.25rem;
}
-.dropdown-menu-right {
- right: 0;
- left: auto;
-}
-
-@media (min-width: 576px) {
- .dropdown-menu-sm-right {
- right: 0;
- left: auto;
- }
-}
-
-@media (min-width: 768px) {
- .dropdown-menu-md-right {
- right: 0;
- left: auto;
- }
-}
-
-@media (min-width: 992px) {
- .dropdown-menu-lg-right {
- right: 0;
- left: auto;
- }
-}
-
-@media (min-width: 1200px) {
- .dropdown-menu-xl-right {
- right: 0;
- left: auto;
- }
-}
-
.dropdown-menu-left {
right: auto;
left: 0;
}
+.dropdown-menu-right {
+ right: 0;
+ left: auto;
+}
+
@media (min-width: 576px) {
.dropdown-menu-sm-left {
right: auto;
left: 0;
}
+ .dropdown-menu-sm-right {
+ right: 0;
+ left: auto;
+ }
}
@media (min-width: 768px) {
@@ -3130,6 +3106,10 @@ input[type="button"].btn-block {
right: auto;
left: 0;
}
+ .dropdown-menu-md-right {
+ right: 0;
+ left: auto;
+ }
}
@media (min-width: 992px) {
@@ -3137,6 +3117,10 @@ input[type="button"].btn-block {
right: auto;
left: 0;
}
+ .dropdown-menu-lg-right {
+ right: 0;
+ left: auto;
+ }
}
@media (min-width: 1200px) {
@@ -3144,6 +3128,10 @@ input[type="button"].btn-block {
right: auto;
left: 0;
}
+ .dropdown-menu-xl-right {
+ right: 0;
+ left: auto;
+ }
}
.dropup .dropdown-menu {
@@ -3765,7 +3753,7 @@ input[type="button"].btn-block {
transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.custom-switch .custom-control-label::after {
transition: none;
}
@@ -3803,7 +3791,7 @@ input[type="button"].btn-block {
.custom-select:focus {
border-color: #80bdff;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
@@ -3951,7 +3939,7 @@ input[type="button"].btn-block {
appearance: none;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.custom-range::-webkit-slider-thumb {
transition: none;
}
@@ -3982,7 +3970,7 @@ input[type="button"].btn-block {
appearance: none;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.custom-range::-moz-range-thumb {
transition: none;
}
@@ -4015,7 +4003,7 @@ input[type="button"].btn-block {
appearance: none;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.custom-range::-ms-thumb {
transition: none;
}
@@ -4072,7 +4060,7 @@ input[type="button"].btn-block {
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.custom-control-label::before,
.custom-file-label,
.custom-select {
@@ -4802,31 +4790,31 @@ input[type="button"].btn-block {
}
}
-.accordion .card {
+.accordion > .card {
overflow: hidden;
}
-.accordion .card:not(:first-of-type) .card-header:first-child {
+.accordion > .card:not(:first-of-type) .card-header:first-child {
border-radius: 0;
}
-.accordion .card:not(:first-of-type):not(:last-of-type) {
+.accordion > .card:not(:first-of-type):not(:last-of-type) {
border-bottom: 0;
border-radius: 0;
}
-.accordion .card:first-of-type {
+.accordion > .card:first-of-type {
border-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
-.accordion .card:last-of-type {
+.accordion > .card:last-of-type {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
-.accordion .card .card-header {
+.accordion > .card .card-header {
margin-bottom: -1px;
}
@@ -4969,7 +4957,7 @@ input[type="button"].btn-block {
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.badge {
transition: none;
}
@@ -5315,7 +5303,7 @@ a.badge-dark:focus, a.badge-dark.focus {
transition: width 0.6s ease;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.progress-bar {
transition: none;
}
@@ -5359,6 +5347,7 @@ a.badge-dark:focus, a.badge-dark.focus {
}
.list-group-item-action:hover, .list-group-item-action:focus {
+ z-index: 1;
color: #495057;
text-decoration: none;
background-color: #f8f9fa;
@@ -5389,11 +5378,6 @@ a.badge-dark:focus, a.badge-dark.focus {
border-bottom-left-radius: 0.25rem;
}
-.list-group-item:hover, .list-group-item:focus {
- z-index: 1;
- text-decoration: none;
-}
-
.list-group-item.disabled, .list-group-item:disabled {
color: #6c757d;
pointer-events: none;
@@ -5407,6 +5391,117 @@ a.badge-dark:focus, a.badge-dark.focus {
border-color: #007bff;
}
+.list-group-horizontal {
+ -ms-flex-direction: row;
+ flex-direction: row;
+}
+
+.list-group-horizontal .list-group-item {
+ margin-right: -1px;
+ margin-bottom: 0;
+}
+
+.list-group-horizontal .list-group-item:first-child {
+ border-top-left-radius: 0.25rem;
+ border-bottom-left-radius: 0.25rem;
+ border-top-right-radius: 0;
+}
+
+.list-group-horizontal .list-group-item:last-child {
+ margin-right: 0;
+ border-top-right-radius: 0.25rem;
+ border-bottom-right-radius: 0.25rem;
+ border-bottom-left-radius: 0;
+}
+
+@media (min-width: 576px) {
+ .list-group-horizontal-sm {
+ -ms-flex-direction: row;
+ flex-direction: row;
+ }
+ .list-group-horizontal-sm .list-group-item {
+ margin-right: -1px;
+ margin-bottom: 0;
+ }
+ .list-group-horizontal-sm .list-group-item:first-child {
+ border-top-left-radius: 0.25rem;
+ border-bottom-left-radius: 0.25rem;
+ border-top-right-radius: 0;
+ }
+ .list-group-horizontal-sm .list-group-item:last-child {
+ margin-right: 0;
+ border-top-right-radius: 0.25rem;
+ border-bottom-right-radius: 0.25rem;
+ border-bottom-left-radius: 0;
+ }
+}
+
+@media (min-width: 768px) {
+ .list-group-horizontal-md {
+ -ms-flex-direction: row;
+ flex-direction: row;
+ }
+ .list-group-horizontal-md .list-group-item {
+ margin-right: -1px;
+ margin-bottom: 0;
+ }
+ .list-group-horizontal-md .list-group-item:first-child {
+ border-top-left-radius: 0.25rem;
+ border-bottom-left-radius: 0.25rem;
+ border-top-right-radius: 0;
+ }
+ .list-group-horizontal-md .list-group-item:last-child {
+ margin-right: 0;
+ border-top-right-radius: 0.25rem;
+ border-bottom-right-radius: 0.25rem;
+ border-bottom-left-radius: 0;
+ }
+}
+
+@media (min-width: 992px) {
+ .list-group-horizontal-lg {
+ -ms-flex-direction: row;
+ flex-direction: row;
+ }
+ .list-group-horizontal-lg .list-group-item {
+ margin-right: -1px;
+ margin-bottom: 0;
+ }
+ .list-group-horizontal-lg .list-group-item:first-child {
+ border-top-left-radius: 0.25rem;
+ border-bottom-left-radius: 0.25rem;
+ border-top-right-radius: 0;
+ }
+ .list-group-horizontal-lg .list-group-item:last-child {
+ margin-right: 0;
+ border-top-right-radius: 0.25rem;
+ border-bottom-right-radius: 0.25rem;
+ border-bottom-left-radius: 0;
+ }
+}
+
+@media (min-width: 1200px) {
+ .list-group-horizontal-xl {
+ -ms-flex-direction: row;
+ flex-direction: row;
+ }
+ .list-group-horizontal-xl .list-group-item {
+ margin-right: -1px;
+ margin-bottom: 0;
+ }
+ .list-group-horizontal-xl .list-group-item:first-child {
+ border-top-left-radius: 0.25rem;
+ border-bottom-left-radius: 0.25rem;
+ border-top-right-radius: 0;
+ }
+ .list-group-horizontal-xl .list-group-item:last-child {
+ margin-right: 0;
+ border-top-right-radius: 0.25rem;
+ border-bottom-right-radius: 0.25rem;
+ border-bottom-left-radius: 0;
+ }
+}
+
.list-group-flush .list-group-item {
border-right: 0;
border-left: 0;
@@ -5669,7 +5764,7 @@ a.close.disabled {
transform: translate(0, -50px);
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.modal.fade .modal-dialog {
transition: none;
}
@@ -6146,7 +6241,7 @@ a.close.disabled {
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.carousel-item {
transition: none;
}
@@ -6191,7 +6286,7 @@ a.close.disabled {
transition: 0s 0.6s opacity;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
transition: none;
@@ -6217,7 +6312,7 @@ a.close.disabled {
transition: opacity 0.15s ease;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
transition: none;
@@ -6292,7 +6387,7 @@ a.close.disabled {
transition: opacity 0.6s ease;
}
-@media screen and (prefers-reduced-motion: reduce) {
+@media (prefers-reduced-motion: reduce) {
.carousel-indicators li {
transition: none;
}