This commit is contained in:
Mark Otto 2016-05-08 14:58:37 -07:00
parent aa5ef212f3
commit d90064f06f
8 changed files with 18 additions and 2 deletions

View file

@ -413,6 +413,7 @@ a:not([href]):focus {
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
@ -441,6 +442,7 @@ textarea {
}
table {
border-collapse: collapse;
background-color: transparent;
}
@ -3735,6 +3737,12 @@ input[type="button"].btn-block {
background-color: #fff;
}
.custom-select:disabled {
color: #818a91;
cursor: not-allowed;
background-color: #eceeef;
}
.custom-select::-ms-expand {
opacity: 0;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -413,6 +413,7 @@ a:not([href]):focus {
pre {
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
}
figure {
@ -441,6 +442,7 @@ textarea {
}
table {
border-collapse: collapse;
background-color: transparent;
}
@ -3735,6 +3737,12 @@ input[type="button"].btn-block {
background-color: #fff;
}
.custom-select:disabled {
color: #818a91;
cursor: not-allowed;
background-color: #eceeef;
}
.custom-select::-ms-expand {
opacity: 0;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.