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:
parent
75c9473ca9
commit
0976b9a2f0
@ -224,18 +224,11 @@ input.input1 {
|
||||
border-radius: 25px;
|
||||
padding: 0 30px;
|
||||
}
|
||||
input.input1 + .shadow-input1 {
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
textarea.input1 {
|
||||
min-height: 150px;
|
||||
border-radius: 25px;
|
||||
padding: 12px 30px;
|
||||
}
|
||||
textarea.input1 + .shadow-input1 {
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
/*---------------------------------------------*/
|
||||
.wrap-input1 {
|
||||
@ -286,6 +279,7 @@ textarea.input1 + .shadow-input1 {
|
||||
height: 100%;
|
||||
box-shadow: 0px 0px 0px 0px;
|
||||
color: rgba(189,78,97, 0.3);
|
||||
border-radius: 25px;
|
||||
}
|
||||
|
||||
.radio-input {
|
||||
|
@ -20,6 +20,7 @@
|
||||
box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
border-radius: 25px;
|
||||
}
|
||||
.select-box__list li label {
|
||||
margin-bottom: 0px;
|
||||
|
Loading…
Reference in New Issue
Block a user