mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-11 16:14:04 +02:00
Forgot to add built docs css file
This commit is contained in:
54
docs/assets/css/bootstrap.css
vendored
54
docs/assets/css/bootstrap.css
vendored
@@ -1661,9 +1661,12 @@ input[type="button"].btn-block {
|
|||||||
border-color: #a7a9aa;
|
border-color: #a7a9aa;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover,
|
.btn:not([disabled]):not(.disabled):hover,
|
||||||
.btn:focus,
|
fieldset:not([disabled]) .btn:hover,
|
||||||
.btn:active {
|
.btn:not([disabled]):not(.disabled):focus,
|
||||||
|
fieldset:not([disabled]) .btn:focus,
|
||||||
|
.btn:not([disabled]):not(.disabled):active,
|
||||||
|
fieldset:not([disabled]) .btn:active {
|
||||||
background-color: #9a9c9d;
|
background-color: #9a9c9d;
|
||||||
border-color: #8d9091;
|
border-color: #8d9091;
|
||||||
}
|
}
|
||||||
@@ -1673,9 +1676,12 @@ input[type="button"].btn-block {
|
|||||||
border-color: #428bca;
|
border-color: #428bca;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-primary:hover,
|
.btn-primary:not([disabled]):not(.disabled):hover,
|
||||||
.btn-primary:focus,
|
fieldset:not([disabled]) .btn-primary:hover,
|
||||||
.btn-primary:active {
|
.btn-primary:not([disabled]):not(.disabled):focus,
|
||||||
|
fieldset:not([disabled]) .btn-primary:focus,
|
||||||
|
.btn-primary:not([disabled]):not(.disabled):active,
|
||||||
|
fieldset:not([disabled]) .btn-primary:active {
|
||||||
background-color: #357ebd;
|
background-color: #357ebd;
|
||||||
border-color: #3071a9;
|
border-color: #3071a9;
|
||||||
}
|
}
|
||||||
@@ -1685,9 +1691,12 @@ input[type="button"].btn-block {
|
|||||||
border-color: #f0ad4e;
|
border-color: #f0ad4e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-warning:hover,
|
.btn-warning:not([disabled]):not(.disabled):hover,
|
||||||
.btn-warning:focus,
|
fieldset:not([disabled]) .btn-warning:hover,
|
||||||
.btn-warning:active {
|
.btn-warning:not([disabled]):not(.disabled):focus,
|
||||||
|
fieldset:not([disabled]) .btn-warning:focus,
|
||||||
|
.btn-warning:not([disabled]):not(.disabled):active,
|
||||||
|
fieldset:not([disabled]) .btn-warning:active {
|
||||||
background-color: #eea236;
|
background-color: #eea236;
|
||||||
border-color: #ec971f;
|
border-color: #ec971f;
|
||||||
}
|
}
|
||||||
@@ -1697,9 +1706,12 @@ input[type="button"].btn-block {
|
|||||||
border-color: #d9534f;
|
border-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-danger:hover,
|
.btn-danger:not([disabled]):not(.disabled):hover,
|
||||||
.btn-danger:focus,
|
fieldset:not([disabled]) .btn-danger:hover,
|
||||||
.btn-danger:active {
|
.btn-danger:not([disabled]):not(.disabled):focus,
|
||||||
|
fieldset:not([disabled]) .btn-danger:focus,
|
||||||
|
.btn-danger:not([disabled]):not(.disabled):active,
|
||||||
|
fieldset:not([disabled]) .btn-danger:active {
|
||||||
background-color: #d43f3a;
|
background-color: #d43f3a;
|
||||||
border-color: #c9302c;
|
border-color: #c9302c;
|
||||||
}
|
}
|
||||||
@@ -1709,9 +1721,12 @@ input[type="button"].btn-block {
|
|||||||
border-color: #5cb85c;
|
border-color: #5cb85c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-success:hover,
|
.btn-success:not([disabled]):not(.disabled):hover,
|
||||||
.btn-success:focus,
|
fieldset:not([disabled]) .btn-success:hover,
|
||||||
.btn-success:active {
|
.btn-success:not([disabled]):not(.disabled):focus,
|
||||||
|
fieldset:not([disabled]) .btn-success:focus,
|
||||||
|
.btn-success:not([disabled]):not(.disabled):active,
|
||||||
|
fieldset:not([disabled]) .btn-success:active {
|
||||||
background-color: #4cae4c;
|
background-color: #4cae4c;
|
||||||
border-color: #449d44;
|
border-color: #449d44;
|
||||||
}
|
}
|
||||||
@@ -1721,9 +1736,12 @@ input[type="button"].btn-block {
|
|||||||
border-color: #5bc0de;
|
border-color: #5bc0de;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-info:hover,
|
.btn-info:not([disabled]):not(.disabled):hover,
|
||||||
.btn-info:focus,
|
fieldset:not([disabled]) .btn-info:hover,
|
||||||
.btn-info:active {
|
.btn-info:not([disabled]):not(.disabled):focus,
|
||||||
|
fieldset:not([disabled]) .btn-info:focus,
|
||||||
|
.btn-info:not([disabled]):not(.disabled):active,
|
||||||
|
fieldset:not([disabled]) .btn-info:active {
|
||||||
background-color: #46b8da;
|
background-color: #46b8da;
|
||||||
border-color: #31b0d5;
|
border-color: #31b0d5;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user