mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-19 11:51:23 +02:00
grunt
This commit is contained in:
@@ -346,7 +346,7 @@ body {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.5;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@@ -367,7 +367,7 @@ p {
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
cursor: help;
|
||||
border-bottom: 1px dotted #818a91;
|
||||
border-bottom: 1px dotted #636c72;
|
||||
}
|
||||
|
||||
address {
|
||||
@@ -471,7 +471,7 @@ table {
|
||||
caption {
|
||||
padding-top: 0.75rem;
|
||||
padding-bottom: 0.75rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-align: left;
|
||||
caption-side: bottom;
|
||||
}
|
||||
@@ -651,7 +651,7 @@ mark,
|
||||
.blockquote-footer {
|
||||
display: block;
|
||||
font-size: 80%;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.blockquote-footer::before {
|
||||
@@ -707,7 +707,7 @@ dl.row > dd + dt {
|
||||
|
||||
.figure-caption {
|
||||
font-size: 90%;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
code,
|
||||
@@ -744,7 +744,7 @@ pre {
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
font-size: 90%;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
}
|
||||
|
||||
pre code {
|
||||
@@ -1942,17 +1942,17 @@ pre code {
|
||||
|
||||
.thead-inverse th {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
background-color: #292b2c;
|
||||
}
|
||||
|
||||
.thead-default th {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
|
||||
.table-inverse {
|
||||
color: #fff;
|
||||
background-color: #373a3c;
|
||||
background-color: #292b2c;
|
||||
}
|
||||
|
||||
.table-inverse th,
|
||||
@@ -2017,7 +2017,7 @@ pre code {
|
||||
padding: 0.5rem 0.75rem;
|
||||
font-size: 1rem;
|
||||
line-height: 1.25;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
-webkit-background-clip: padding-box;
|
||||
@@ -2032,7 +2032,7 @@ pre code {
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
border-color: #66afe9;
|
||||
outline: none;
|
||||
@@ -2072,7 +2072,7 @@ select.form-control:not([size]):not([multiple]) {
|
||||
}
|
||||
|
||||
select.form-control:focus::-ms-value {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
@@ -2171,7 +2171,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||
}
|
||||
|
||||
.form-check.disabled .form-check-label {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@@ -2205,7 +2205,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
|
||||
}
|
||||
|
||||
.form-check-inline.disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
@@ -2433,26 +2433,26 @@ fieldset[disabled] a.btn {
|
||||
}
|
||||
|
||||
.btn-secondary {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #fff;
|
||||
border-color: #ccc;
|
||||
}
|
||||
|
||||
.btn-secondary:hover {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:focus, .btn-secondary.focus {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
}
|
||||
|
||||
.btn-secondary:active, .btn-secondary.active,
|
||||
.open > .btn-secondary.dropdown-toggle {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #e6e6e6;
|
||||
border-color: #adadad;
|
||||
background-image: none;
|
||||
@@ -2462,7 +2462,7 @@ fieldset[disabled] a.btn {
|
||||
.open > .btn-secondary.dropdown-toggle:hover,
|
||||
.open > .btn-secondary.dropdown-toggle:focus,
|
||||
.open > .btn-secondary.dropdown-toggle.focus {
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
background-color: #d4d4d4;
|
||||
border-color: #8c8c8c;
|
||||
}
|
||||
@@ -2940,7 +2940,7 @@ fieldset[disabled] a.btn {
|
||||
}
|
||||
|
||||
.btn-link:disabled:focus, .btn-link:disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@@ -3050,7 +3050,7 @@ tbody.collapse.active {
|
||||
padding: 0.5rem 0;
|
||||
margin: 0.125rem 0 0;
|
||||
font-size: 1rem;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
text-align: left;
|
||||
list-style: none;
|
||||
background-color: #fff;
|
||||
@@ -3073,7 +3073,7 @@ tbody.collapse.active {
|
||||
padding: 3px 1.5rem;
|
||||
clear: both;
|
||||
font-weight: normal;
|
||||
color: #373a3c;
|
||||
color: #292b2c;
|
||||
text-align: inherit;
|
||||
white-space: nowrap;
|
||||
background: none;
|
||||
@@ -3081,7 +3081,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.dropdown-item:focus, .dropdown-item:hover {
|
||||
color: #2b2d2f;
|
||||
color: #1d1e1f;
|
||||
text-decoration: none;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
@@ -3094,7 +3094,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
|
||||
@@ -3128,7 +3128,7 @@ tbody.collapse.active {
|
||||
padding: 0.5rem 1.5rem;
|
||||
margin-bottom: 0;
|
||||
font-size: 0.875rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@@ -3393,7 +3393,7 @@ tbody.collapse.active {
|
||||
font-size: 1rem;
|
||||
font-weight: normal;
|
||||
line-height: 1.25;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
text-align: center;
|
||||
background-color: #eceeef;
|
||||
border: 1px solid rgba(0, 0, 0, 0.15);
|
||||
@@ -3585,7 +3585,7 @@ tbody.collapse.active {
|
||||
height: calc(2.5rem - 2px);
|
||||
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
||||
padding-right: 0.75rem \9;
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
vertical-align: middle;
|
||||
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
|
||||
background-image: none \9;
|
||||
@@ -3603,12 +3603,12 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.custom-select:focus::-ms-value {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.custom-select:disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
@@ -3698,11 +3698,11 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.nav-link.disabled {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: transparent;
|
||||
}
|
||||
@@ -3748,7 +3748,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
}
|
||||
@@ -3757,7 +3757,7 @@ tbody.collapse.active {
|
||||
.nav-tabs .nav-item.open .nav-link,
|
||||
.nav-tabs .nav-item.open .nav-link:focus,
|
||||
.nav-tabs .nav-item.open .nav-link:hover {
|
||||
color: #55595c;
|
||||
color: #464a4c;
|
||||
background-color: #fff;
|
||||
border-color: #ddd #ddd transparent;
|
||||
}
|
||||
@@ -4563,7 +4563,7 @@ tbody.collapse.active {
|
||||
display: inline-block;
|
||||
padding-right: 0.5rem;
|
||||
padding-left: 0.5rem;
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
content: "/";
|
||||
}
|
||||
|
||||
@@ -4576,7 +4576,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.breadcrumb-item.active {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.pagination {
|
||||
@@ -4611,7 +4611,7 @@ tbody.collapse.active {
|
||||
}
|
||||
|
||||
.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
pointer-events: none;
|
||||
cursor: not-allowed;
|
||||
background-color: #fff;
|
||||
@@ -4700,11 +4700,11 @@ a.badge:focus, a.badge:hover {
|
||||
}
|
||||
|
||||
.badge-default {
|
||||
background-color: #818a91;
|
||||
background-color: #636c72;
|
||||
}
|
||||
|
||||
.badge-default[href]:focus, .badge-default[href]:hover {
|
||||
background-color: #687077;
|
||||
background-color: #4b5257;
|
||||
}
|
||||
|
||||
.badge-primary {
|
||||
@@ -5144,7 +5144,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
cursor: not-allowed;
|
||||
background-color: #eceeef;
|
||||
}
|
||||
@@ -5154,7 +5154,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
|
||||
color: #818a91;
|
||||
color: #636c72;
|
||||
}
|
||||
|
||||
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
|
||||
@@ -5176,7 +5176,7 @@ base::-moz-progress-bar,
|
||||
}
|
||||
|
||||
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
|
||||
color: #a8d6fe;
|
||||
color: #daeeff;
|
||||
}
|
||||
|
||||
.list-group-flush .list-group-item {
|
||||
@@ -5388,14 +5388,14 @@ button.list-group-item-danger.active:hover {
|
||||
line-height: 1;
|
||||
color: #000;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
opacity: .2;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.close:focus, .close:hover {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
opacity: .5;
|
||||
opacity: .75;
|
||||
}
|
||||
|
||||
button.close {
|
||||
@@ -6135,11 +6135,11 @@ a.bg-danger:focus, a.bg-danger:hover {
|
||||
}
|
||||
|
||||
.bg-inverse {
|
||||
background-color: #373a3c !important;
|
||||
background-color: #292b2c !important;
|
||||
}
|
||||
|
||||
a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
background-color: #1f2021 !important;
|
||||
background-color: #101112 !important;
|
||||
}
|
||||
|
||||
.rounded {
|
||||
@@ -8127,11 +8127,11 @@ a.bg-inverse:focus, a.bg-inverse:hover {
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #818a91 !important;
|
||||
color: #636c72 !important;
|
||||
}
|
||||
|
||||
a.text-muted:focus, a.text-muted:hover {
|
||||
color: #687077 !important;
|
||||
color: #4b5257 !important;
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
@@ -8175,11 +8175,11 @@ a.text-danger:focus, a.text-danger:hover {
|
||||
}
|
||||
|
||||
.text-gray-dark {
|
||||
color: #373a3c !important;
|
||||
color: #292b2c !important;
|
||||
}
|
||||
|
||||
a.text-gray-dark:focus, a.text-gray-dark:hover {
|
||||
color: #1f2021 !important;
|
||||
color: #101112 !important;
|
||||
}
|
||||
|
||||
.text-hide {
|
||||
|
Reference in New Issue
Block a user