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>2017-12-31 06:41:36 +0300
committerMark Otto <markdotto@gmail.com>2017-12-31 06:41:36 +0300
commit5b8eaffc1216ef648aa50cda252269aa0a917229 (patch)
tree86f1b4b56126cb4ba1496dcf372ee188cffbe240 /dist/css/bootstrap.css
parentfc942ce310bafbe5f52708f6e80ca00b3b700bc5 (diff)
dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css170
1 files changed, 106 insertions, 64 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 780f4f6e06..7070283285 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -16,10 +16,10 @@
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
- --gray: #868e96;
+ --gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
- --secondary: #868e96;
+ --secondary: #6c757d;
--success: #28a745;
--info: #17a2b8;
--warning: #ffc107;
@@ -234,7 +234,7 @@ table {
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
- color: #868e96;
+ color: #6c757d;
text-align: left;
caption-side: bottom;
}
@@ -483,7 +483,7 @@ mark,
.blockquote-footer {
display: block;
font-size: 80%;
- color: #868e96;
+ color: #6c757d;
}
.blockquote-footer::before {
@@ -515,7 +515,7 @@ mark,
.figure-caption {
font-size: 90%;
- color: #868e96;
+ color: #6c757d;
}
code,
@@ -747,6 +747,12 @@ pre code {
order: -1;
}
+.order-0 {
+ -webkit-box-ordinal-group: 1;
+ -ms-flex-order: 0;
+ order: 0;
+}
+
.order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
@@ -956,6 +962,11 @@ pre code {
-ms-flex-order: -1;
order: -1;
}
+ .order-sm-0 {
+ -webkit-box-ordinal-group: 1;
+ -ms-flex-order: 0;
+ order: 0;
+ }
.order-sm-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
@@ -1147,6 +1158,11 @@ pre code {
-ms-flex-order: -1;
order: -1;
}
+ .order-md-0 {
+ -webkit-box-ordinal-group: 1;
+ -ms-flex-order: 0;
+ order: 0;
+ }
.order-md-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
@@ -1338,6 +1354,11 @@ pre code {
-ms-flex-order: -1;
order: -1;
}
+ .order-lg-0 {
+ -webkit-box-ordinal-group: 1;
+ -ms-flex-order: 0;
+ order: 0;
+ }
.order-lg-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
@@ -1529,6 +1550,11 @@ pre code {
-ms-flex-order: -1;
order: -1;
}
+ .order-xl-0 {
+ -webkit-box-ordinal-group: 1;
+ -ms-flex-order: 0;
+ order: 0;
+ }
.order-xl-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
@@ -1699,16 +1725,16 @@ pre code {
.table-secondary,
.table-secondary > th,
.table-secondary > td {
- background-color: #dddfe2;
+ background-color: #d6d8db;
}
.table-hover .table-secondary:hover {
- background-color: #cfd2d6;
+ background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
- background-color: #cfd2d6;
+ background-color: #c8cbcf;
}
.table-success,
@@ -1943,27 +1969,27 @@ pre code {
}
.form-control::-webkit-input-placeholder {
- color: #868e96;
+ color: #6c757d;
opacity: 1;
}
.form-control::-moz-placeholder {
- color: #868e96;
+ color: #6c757d;
opacity: 1;
}
.form-control:-ms-input-placeholder {
- color: #868e96;
+ color: #6c757d;
opacity: 1;
}
.form-control::-ms-input-placeholder {
- color: #868e96;
+ color: #6c757d;
opacity: 1;
}
.form-control::placeholder {
- color: #868e96;
+ color: #6c757d;
opacity: 1;
}
@@ -2110,7 +2136,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
}
.form-check-input:disabled ~ .form-check-label {
- color: #868e96;
+ color: #6c757d;
}
.form-check-label {
@@ -2485,35 +2511,35 @@ fieldset[disabled] a.btn {
.btn-secondary {
color: #fff;
- background-color: #868e96;
- border-color: #868e96;
+ background-color: #6c757d;
+ border-color: #6c757d;
}
.btn-secondary:hover {
color: #fff;
- background-color: #727b84;
- border-color: #6c757d;
+ background-color: #5a6268;
+ border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
- box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
- background-color: #868e96;
- border-color: #868e96;
+ background-color: #6c757d;
+ border-color: #6c757d;
}
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
color: #fff;
- background-color: #6c757d;
- border-color: #666e76;
+ background-color: #545b62;
+ border-color: #4e555b;
}
.btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary:not([disabled]):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-success {
@@ -2745,33 +2771,33 @@ fieldset[disabled] a.btn {
}
.btn-outline-secondary {
- color: #868e96;
+ color: #6c757d;
background-color: transparent;
background-image: none;
- border-color: #868e96;
+ border-color: #6c757d;
}
.btn-outline-secondary:hover {
color: #fff;
- background-color: #868e96;
- border-color: #868e96;
+ background-color: #6c757d;
+ border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
- box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
- color: #868e96;
+ color: #6c757d;
background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
color: #212529;
- background-color: #868e96;
- border-color: #868e96;
- box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
+ background-color: #6c757d;
+ border-color: #6c757d;
+ box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
@@ -2974,7 +3000,7 @@ fieldset[disabled] a.btn {
}
.btn-link:disabled, .btn-link.disabled {
- color: #868e96;
+ color: #6c757d;
}
.btn-lg, .btn-group-lg > .btn {
@@ -3198,7 +3224,7 @@ tbody.collapse.show {
}
.dropdown-item.disabled, .dropdown-item:disabled {
- color: #868e96;
+ color: #6c757d;
background-color: transparent;
}
@@ -3211,7 +3237,7 @@ tbody.collapse.show {
padding: 0.5rem 1.5rem;
margin-bottom: 0;
font-size: 0.875rem;
- color: #868e96;
+ color: #6c757d;
white-space: nowrap;
}
@@ -3535,7 +3561,7 @@ tbody.collapse.show {
}
.custom-control-input:disabled ~ .custom-control-label {
- color: #868e96;
+ color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
@@ -3642,7 +3668,7 @@ tbody.collapse.show {
}
.custom-select:disabled {
- color: #868e96;
+ color: #6c757d;
background-color: #e9ecef;
}
@@ -3747,7 +3773,7 @@ tbody.collapse.show {
}
.nav-link.disabled {
- color: #868e96;
+ color: #6c757d;
}
.nav-tabs {
@@ -3769,7 +3795,7 @@ tbody.collapse.show {
}
.nav-tabs .nav-link.disabled {
- color: #868e96;
+ color: #6c757d;
background-color: transparent;
border-color: transparent;
}
@@ -4591,7 +4617,7 @@ tbody.collapse.show {
display: inline-block;
padding-right: 0.5rem;
padding-left: 0.5rem;
- color: #868e96;
+ color: #6c757d;
content: "/";
}
@@ -4604,7 +4630,7 @@ tbody.collapse.show {
}
.breadcrumb-item.active {
- color: #868e96;
+ color: #6c757d;
}
.pagination {
@@ -4657,7 +4683,7 @@ tbody.collapse.show {
}
.page-item.disabled .page-link {
- color: #868e96;
+ color: #6c757d;
pointer-events: none;
cursor: auto;
background-color: #fff;
@@ -4736,13 +4762,13 @@ tbody.collapse.show {
.badge-secondary {
color: #fff;
- background-color: #868e96;
+ background-color: #6c757d;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
color: #fff;
text-decoration: none;
- background-color: #6c757d;
+ background-color: #545b62;
}
.badge-success {
@@ -4873,17 +4899,17 @@ tbody.collapse.show {
}
.alert-secondary {
- color: #464a4e;
- background-color: #e7e8ea;
- border-color: #dddfe2;
+ color: #383d41;
+ background-color: #e2e3e5;
+ border-color: #d6d8db;
}
.alert-secondary hr {
- border-top-color: #cfd2d6;
+ border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
- color: #2e3133;
+ color: #202326;
}
.alert-success {
@@ -5096,7 +5122,7 @@ tbody.collapse.show {
}
.list-group-item.disabled, .list-group-item:disabled {
- color: #868e96;
+ color: #6c757d;
background-color: #fff;
}
@@ -5146,27 +5172,27 @@ button.list-group-item-primary.active {
}
.list-group-item-secondary {
- color: #464a4e;
- background-color: #dddfe2;
+ color: #383d41;
+ background-color: #d6d8db;
}
a.list-group-item-secondary,
button.list-group-item-secondary {
- color: #464a4e;
+ color: #383d41;
}
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
- color: #464a4e;
- background-color: #cfd2d6;
+ color: #383d41;
+ background-color: #c8cbcf;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
color: #fff;
- background-color: #464a4e;
- border-color: #464a4e;
+ background-color: #383d41;
+ border-color: #383d41;
}
.list-group-item-success {
@@ -6031,13 +6057,13 @@ button.bg-primary:hover {
}
.bg-secondary {
- background-color: #868e96 !important;
+ background-color: #6c757d !important;
}
a.bg-secondary:focus, a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
- background-color: #6c757d !important;
+ background-color: #545b62 !important;
}
.bg-success {
@@ -6112,6 +6138,22 @@ button.bg-dark:hover {
border: 1px solid #e9ecef !important;
}
+.border-top {
+ border-top: 1px solid #e9ecef !important;
+}
+
+.border-right {
+ border-right: 1px solid #e9ecef !important;
+}
+
+.border-bottom {
+ border-bottom: 1px solid #e9ecef !important;
+}
+
+.border-left {
+ border-left: 1px solid #e9ecef !important;
+}
+
.border-0 {
border: 0 !important;
}
@@ -6137,7 +6179,7 @@ button.bg-dark:hover {
}
.border-secondary {
- border-color: #868e96 !important;
+ border-color: #6c757d !important;
}
.border-success {
@@ -8764,11 +8806,11 @@ a.text-primary:focus, a.text-primary:hover {
}
.text-secondary {
- color: #868e96 !important;
+ color: #6c757d !important;
}
a.text-secondary:focus, a.text-secondary:hover {
- color: #6c757d !important;
+ color: #545b62 !important;
}
.text-success {
@@ -8820,7 +8862,7 @@ a.text-dark:focus, a.text-dark:hover {
}
.text-muted {
- color: #868e96 !important;
+ color: #6c757d !important;
}
.text-hide {