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:
authorMark Otto <markdotto@gmail.com>2018-07-29 23:02:42 +0300
committerMark Otto <markdotto@gmail.com>2018-07-29 23:02:42 +0300
commit6233ea378d1b35e393aa71cf8c83b316f40effd7 (patch)
tree633b021d70a72426a76a31a0b6358a73b8746fc7 /dist/css/bootstrap.css
parentf803fb9903abd2daa033081894d310f97a371e70 (diff)
dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css53
1 files changed, 50 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 943532db55..b128ef2ac0 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3719,7 +3719,8 @@ input[type="button"].btn-block {
.custom-range {
width: 100%;
- padding-left: 0;
+ height: calc(1rem + 0.4rem);
+ padding: 0;
background-color: transparent;
-webkit-appearance: none;
-moz-appearance: none;
@@ -3853,6 +3854,26 @@ input[type="button"].btn-block {
border-radius: 1rem;
}
+.custom-range:disabled::-webkit-slider-thumb {
+ background-color: #adb5bd;
+}
+
+.custom-range:disabled::-webkit-slider-runnable-track {
+ cursor: default;
+}
+
+.custom-range:disabled::-moz-range-thumb {
+ background-color: #adb5bd;
+}
+
+.custom-range:disabled::-moz-range-track {
+ cursor: default;
+}
+
+.custom-range:disabled::-ms-thumb {
+ background-color: #adb5bd;
+}
+
.custom-control-label::before,
.custom-file-label,
.custom-select {
@@ -5511,6 +5532,12 @@ button.close {
}
}
+@media (min-width: 1200px) {
+ .modal-xl {
+ max-width: 1140px;
+ }
+}
+
.tooltip {
position: absolute;
z-index: 1070;
@@ -6009,7 +6036,15 @@ button.close {
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
- background-color: rgba(255, 255, 255, 0.5);
+ background-color: #fff;
+ opacity: .5;
+ transition: opacity 0.6s ease;
+}
+
+@media screen and (prefers-reduced-motion: reduce) {
+ .carousel-indicators li {
+ transition: none;
+ }
}
.carousel-indicators li::before {
@@ -6033,7 +6068,7 @@ button.close {
}
.carousel-indicators .active {
- background-color: #fff;
+ opacity: 1;
}
.carousel-caption {
@@ -8837,6 +8872,10 @@ button.bg-dark:focus {
font-weight: 300 !important;
}
+.font-weight-lighter {
+ font-weight: lighter !important;
+}
+
.font-weight-normal {
font-weight: 400 !important;
}
@@ -8845,6 +8884,10 @@ button.bg-dark:focus {
font-weight: 700 !important;
}
+.font-weight-bolder {
+ font-weight: bolder !important;
+}
+
.font-italic {
font-style: italic !important;
}
@@ -8941,6 +8984,10 @@ a.text-dark:hover, a.text-dark:focus {
border: 0;
}
+.text-decoration-none {
+ text-decoration: none !important;
+}
+
.visible {
visibility: visible !important;
}