Commit c369409a authored by Mark Otto's avatar Mark Otto

grunt

parent 58d1297f
...@@ -3430,105 +3430,43 @@ input[type="button"].btn-block { ...@@ -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 {
color: transparent;
text-shadow: 0 0 0 #000;
}
.select > select:active {
color: #fff;
background-color: #0074d9;
}
.select > select::-ms-expand {
display: none;
}
.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 { .c-select::-ms-expand {
background-color: #ddd; opacity: 0;
} }
@-moz-document url-prefix() { .c-select-sm {
.select select { padding-top: 3px;
padding-right: 1rem; padding-bottom: 3px;
text-indent: .01px; font-size: 12px;
text-overflow: "";
}
.select option {
background-color: #fff;
}
} }
@media screen and (min-width: 0 \0) { .c-select-sm:not([multiple]) {
.select select { height: 26px;
z-index: 1; min-height: 26px;
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 {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
...@@ -3430,105 +3430,43 @@ input[type="button"].btn-block { ...@@ -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 {
color: transparent;
text-shadow: 0 0 0 #000;
}
.select > select:active {
color: #fff;
background-color: #0074d9;
}
.select > select::-ms-expand {
display: none;
}
.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 { .c-select::-ms-expand {
background-color: #ddd; opacity: 0;
} }
@-moz-document url-prefix() { .c-select-sm {
.select select { padding-top: 3px;
padding-right: 1rem; padding-bottom: 3px;
text-indent: .01px; font-size: 12px;
text-overflow: "";
}
.select option {
background-color: #fff;
}
} }
@media screen and (min-width: 0 \0) { .c-select-sm:not([multiple]) {
.select select { height: 26px;
z-index: 1; min-height: 26px;
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 {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment