mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
grunt
This commit is contained in:
@@ -3430,105 +3430,43 @@ input[type="button"].btn-block {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select {
|
.c-select {
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #555;
|
max-width: 100%;
|
||||||
}
|
|
||||||
|
|
||||||
.select > select {
|
|
||||||
display: inline-block;
|
|
||||||
width: 100%;
|
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
padding: .5rem 2.25rem .5rem 1rem;
|
padding: .375rem 1.75rem .375rem .75rem;
|
||||||
margin: 0;
|
padding-right: .75rem \9;
|
||||||
line-height: 1.5;
|
vertical-align: middle;
|
||||||
color: #555;
|
background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center;
|
||||||
cursor: pointer;
|
background-image: none \9;
|
||||||
background-color: #eee;
|
-webkit-background-size: 8px 10px;
|
||||||
border: 0;
|
background-size: 8px 10px;
|
||||||
border-radius: .25rem;
|
border: 1px solid #ccc;
|
||||||
outline: 0;
|
|
||||||
|
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select > select:focus {
|
.c-select:focus {
|
||||||
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
|
border-color: #51a7e8;
|
||||||
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
|
outline: none;
|
||||||
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(81, 167, 232, .5);
|
||||||
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(81, 167, 232, .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select > select:focus:-moz-focusring {
|
.c-select::-ms-expand {
|
||||||
color: transparent;
|
opacity: 0;
|
||||||
text-shadow: 0 0 0 #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.select > select:active {
|
.c-select-sm {
|
||||||
color: #fff;
|
padding-top: 3px;
|
||||||
background-color: #0074d9;
|
padding-bottom: 3px;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select > select::-ms-expand {
|
.c-select-sm:not([multiple]) {
|
||||||
display: none;
|
height: 26px;
|
||||||
}
|
min-height: 26px;
|
||||||
|
|
||||||
.select:after {
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
right: 1.25rem;
|
|
||||||
display: inline-block;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
margin-top: -.15rem;
|
|
||||||
pointer-events: none;
|
|
||||||
content: "";
|
|
||||||
border-top: .35rem solid;
|
|
||||||
border-right: .35rem solid transparent;
|
|
||||||
border-bottom: .35rem solid transparent;
|
|
||||||
border-left: .35rem solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.select select:hover {
|
|
||||||
background-color: #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
@-moz-document url-prefix() {
|
|
||||||
.select select {
|
|
||||||
padding-right: 1rem;
|
|
||||||
text-indent: .01px;
|
|
||||||
text-overflow: "";
|
|
||||||
}
|
|
||||||
.select option {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
|
||||||
.select select {
|
|
||||||
z-index: 1;
|
|
||||||
padding: .5rem 1.5rem .5rem 1rem;
|
|
||||||
}
|
|
||||||
.select:after {
|
|
||||||
z-index: 5;
|
|
||||||
}
|
|
||||||
.select:before {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 1rem;
|
|
||||||
bottom: 0;
|
|
||||||
z-index: 2;
|
|
||||||
display: block;
|
|
||||||
width: 1.5rem;
|
|
||||||
content: "";
|
|
||||||
background-color: #eee;
|
|
||||||
}
|
|
||||||
.select select:focus,
|
|
||||||
.select select:active,
|
|
||||||
.select select:hover {
|
|
||||||
color: #555;
|
|
||||||
background-color: #eee;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.file {
|
.file {
|
||||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.min.css.map
vendored
2
dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
@@ -3430,105 +3430,43 @@ input[type="button"].btn-block {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select {
|
.c-select {
|
||||||
position: relative;
|
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #555;
|
max-width: 100%;
|
||||||
}
|
|
||||||
|
|
||||||
.select > select {
|
|
||||||
display: inline-block;
|
|
||||||
width: 100%;
|
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
padding: .5rem 2.25rem .5rem 1rem;
|
padding: .375rem 1.75rem .375rem .75rem;
|
||||||
margin: 0;
|
padding-right: .75rem \9;
|
||||||
line-height: 1.5;
|
vertical-align: middle;
|
||||||
color: #555;
|
background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right .75rem center;
|
||||||
cursor: pointer;
|
background-image: none \9;
|
||||||
background-color: #eee;
|
-webkit-background-size: 8px 10px;
|
||||||
border: 0;
|
background-size: 8px 10px;
|
||||||
border-radius: .25rem;
|
border: 1px solid #ccc;
|
||||||
outline: 0;
|
|
||||||
|
|
||||||
-moz-appearance: none;
|
-moz-appearance: none;
|
||||||
appearance: none;
|
appearance: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select > select:focus {
|
.c-select:focus {
|
||||||
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
|
border-color: #51a7e8;
|
||||||
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
|
outline: none;
|
||||||
|
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(81, 167, 232, .5);
|
||||||
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(81, 167, 232, .5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.select > select:focus:-moz-focusring {
|
.c-select::-ms-expand {
|
||||||
color: transparent;
|
opacity: 0;
|
||||||
text-shadow: 0 0 0 #000;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.select > select:active {
|
.c-select-sm {
|
||||||
color: #fff;
|
padding-top: 3px;
|
||||||
background-color: #0074d9;
|
padding-bottom: 3px;
|
||||||
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select > select::-ms-expand {
|
.c-select-sm:not([multiple]) {
|
||||||
display: none;
|
height: 26px;
|
||||||
}
|
min-height: 26px;
|
||||||
|
|
||||||
.select:after {
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
right: 1.25rem;
|
|
||||||
display: inline-block;
|
|
||||||
width: 0;
|
|
||||||
height: 0;
|
|
||||||
margin-top: -.15rem;
|
|
||||||
pointer-events: none;
|
|
||||||
content: "";
|
|
||||||
border-top: .35rem solid;
|
|
||||||
border-right: .35rem solid transparent;
|
|
||||||
border-bottom: .35rem solid transparent;
|
|
||||||
border-left: .35rem solid transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.select select:hover {
|
|
||||||
background-color: #ddd;
|
|
||||||
}
|
|
||||||
|
|
||||||
@-moz-document url-prefix() {
|
|
||||||
.select select {
|
|
||||||
padding-right: 1rem;
|
|
||||||
text-indent: .01px;
|
|
||||||
text-overflow: "";
|
|
||||||
}
|
|
||||||
.select option {
|
|
||||||
background-color: #fff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width: 0 \0) {
|
|
||||||
.select select {
|
|
||||||
z-index: 1;
|
|
||||||
padding: .5rem 1.5rem .5rem 1rem;
|
|
||||||
}
|
|
||||||
.select:after {
|
|
||||||
z-index: 5;
|
|
||||||
}
|
|
||||||
.select:before {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 1rem;
|
|
||||||
bottom: 0;
|
|
||||||
z-index: 2;
|
|
||||||
display: block;
|
|
||||||
width: 1.5rem;
|
|
||||||
content: "";
|
|
||||||
background-color: #eee;
|
|
||||||
}
|
|
||||||
.select select:focus,
|
|
||||||
.select select:active,
|
|
||||||
.select select:hover {
|
|
||||||
color: #555;
|
|
||||||
background-color: #eee;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.file {
|
.file {
|
||||||
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css.map
vendored
2
docs/dist/css/bootstrap.min.css.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user