include CSS improvements for form by Björn

Source is this commit: daae94c151
lektura
max.mehl 2017-09-12 14:33:12 +02:00
parent b561ba4ad3
commit d305c4106c
2 changed files with 14 additions and 1 deletions

View File

@ -137,12 +137,25 @@ blockquote p {
top: 2px;
}
.sign-input input, .sign-input select {
background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
background-color: rgba(255, 255, 255, 1);
border-radius: 20px;
padding: 0 0 0 36px;
width: 270px;
height: 34px;
font-weight: 600;
border: none;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-position: right;
background-repeat: no-repeat;
background-image:url(/img/select-arrow.png);
}
/* hide browser-styling (arrow) in IE10 */
select::-ms-expand {
display:none;
}
.sign-input.form-co input {
width: 554px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB