Fixed css so that glow now also shows around drop-down

Previously, a white box was displayed within the glow.
This commit is contained in:
Dennis Potter 2019-09-06 00:34:23 +02:00
parent 75c9473ca9
commit 0976b9a2f0
Signed by: Dennis
GPG Key ID: 186A8AD440942BAF
2 changed files with 2 additions and 7 deletions

View File

@ -224,18 +224,11 @@ input.input1 {
border-radius: 25px; border-radius: 25px;
padding: 0 30px; padding: 0 30px;
} }
input.input1 + .shadow-input1 {
border-radius: 25px;
}
textarea.input1 { textarea.input1 {
min-height: 150px; min-height: 150px;
border-radius: 25px; border-radius: 25px;
padding: 12px 30px; padding: 12px 30px;
} }
textarea.input1 + .shadow-input1 {
border-radius: 25px;
}
/*---------------------------------------------*/ /*---------------------------------------------*/
.wrap-input1 { .wrap-input1 {
@ -286,6 +279,7 @@ textarea.input1 + .shadow-input1 {
height: 100%; height: 100%;
box-shadow: 0px 0px 0px 0px; box-shadow: 0px 0px 0px 0px;
color: rgba(189,78,97, 0.3); color: rgba(189,78,97, 0.3);
border-radius: 25px;
} }
.radio-input { .radio-input {

View File

@ -20,6 +20,7 @@
box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1); box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
cursor: pointer; cursor: pointer;
outline: none; outline: none;
border-radius: 25px;
} }
.select-box__list li label { .select-box__list li label {
margin-bottom: 0px; margin-bottom: 0px;