Changed the form colors so that they are displayed the same in Webkit/Firefox
This commit is contained in:
parent
0976b9a2f0
commit
0fc8a03659
@ -97,15 +97,15 @@ textarea:focus, input:focus {
|
|||||||
border-color: transparent !important;
|
border-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input::-webkit-input-placeholder { color: #999999; }
|
input::-webkit-input-placeholder { color: #bcbcbc; }
|
||||||
input:-moz-placeholder { color: #999999; }
|
input:-moz-placeholder { color: #bcbcbc; opacity: 1;}
|
||||||
input::-moz-placeholder { color: #999999; }
|
input::-moz-placeholder { color: #bcbcbc; opacity: 1;}
|
||||||
input:-ms-input-placeholder { color: #999999; }
|
input:-ms-input-placeholder { color: #bcbcbc; }
|
||||||
|
|
||||||
textarea::-webkit-input-placeholder { color: #999999; }
|
textarea::-webkit-input-placeholder { color: #bcbcbc; }
|
||||||
textarea:-moz-placeholder { color: #999999; }
|
textarea:-moz-placeholder { color: #bcbcbc; opacity: 1;}
|
||||||
textarea::-moz-placeholder { color: #999999; }
|
textarea::-moz-placeholder { color: #bcbcbc; opacity: 1;}
|
||||||
textarea:-ms-input-placeholder { color: #999999; }
|
textarea:-ms-input-placeholder { color: #bcbcbc; }
|
||||||
|
|
||||||
/*---------------------------------------------*/
|
/*---------------------------------------------*/
|
||||||
button {
|
button {
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
}
|
}
|
||||||
.select-box__current {
|
.select-box__current {
|
||||||
position: relative;
|
position: relative;
|
||||||
box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
outline: none;
|
outline: none;
|
||||||
border-radius: 25px;
|
border-radius: 25px;
|
||||||
@ -75,7 +74,6 @@
|
|||||||
animation-fill-mode: forwards;
|
animation-fill-mode: forwards;
|
||||||
-webkit-animation-timing-function: step-start;
|
-webkit-animation-timing-function: step-start;
|
||||||
animation-timing-function: step-start;
|
animation-timing-function: step-start;
|
||||||
box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
|
|
||||||
}
|
}
|
||||||
.select-box__option {
|
.select-box__option {
|
||||||
display: block;
|
display: block;
|
||||||
|
Loading…
Reference in New Issue
Block a user