Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-26 10:31:29 +02:00
committed by GitHub
parent 4d1eb61a1e
commit 11e4339a04
5 changed files with 62 additions and 63 deletions

View File

@ -695,42 +695,41 @@
display: inline-block;
}
form select {
display: inline-block;
font-size: 15px;
font-weight: 400;
color: #1f2c3d;
line-height: 1.3;
padding: .4em 1.4em .3em .8em;
width: 75px;
max-width: 100%;
box-sizing: border-box;
margin: 10px auto;
border: 1px solid #d3ebff;
box-shadow: 0 1px 0 1px #1f2c3d;
border-radius: .3em;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
}
form select::-ms-expand {
display: none;
}
form select:hover {
border-color: #d3ebff;
}
form select:focus {
border-color: #d3ebff;
box-shadow: 0 0 1px 3px #1f2c3d;
box-shadow: 0 0 0 3px -moz-mac-focusring;
color: #1f2c3d;
outline: none;
}
form select option {
font-weight:normal;
}
form select {
display: inline-block;
font-size: 14px;
font-weight: 400px;
color: #1f2c3d;
line-height: 1.3;
padding: .3em 1.4em .3em .4em;
width: 75px;
max-width: 100%;
box-sizing: border-box;
margin: 10px auto;
border: 1px solid #d3ebff;
box-shadow: 0 1px 0 1px #1f2c3d;
border-radius: .3em;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
}
form select::-ms-expand {
display: none;
}
form select:hover {
border-color: #d3ebff;
}
form select:focus {
border-color: #d3ebff;
box-shadow: 0 0 1px 3px #1f2c3d;
box-shadow: 0 0 0 3px -moz-mac-focusring;
color: #1f2c3d;
outline: none;
}
form select option {
font-weight: normal;
}
/* Preformatted Text */
pre {

View File

@ -690,11 +690,11 @@ textarea {
form select {
display: inline-block;
font-size: 15px;
font-weight: 400;
font-size: 14px;
font-weight: 400px;
color: #1f2c3d;
line-height: 1.3;
padding: .4em 1.4em .3em .8em;
padding: .3em 1.4em .3em .4em;
width: 75px;
max-width: 100%;
box-sizing: border-box;
@ -721,7 +721,7 @@ form select:focus {
outline: none;
}
form select option {
font-weight:normal;
font-weight: normal;
}