Changed the form colors so that they are displayed the same in Webkit/Firefox

This commit is contained in:
Dennis Potter 2019-09-14 14:17:58 +02:00
parent 0976b9a2f0
commit 0fc8a03659
Signed by: Dennis
GPG Key ID: 186A8AD440942BAF
2 changed files with 8 additions and 10 deletions

View File

@ -97,15 +97,15 @@ textarea:focus, input:focus {
border-color: transparent !important;
}
input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }
input::-webkit-input-placeholder { color: #bcbcbc; }
input:-moz-placeholder { color: #bcbcbc; opacity: 1;}
input::-moz-placeholder { color: #bcbcbc; opacity: 1;}
input:-ms-input-placeholder { color: #bcbcbc; }
textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }
textarea::-webkit-input-placeholder { color: #bcbcbc; }
textarea:-moz-placeholder { color: #bcbcbc; opacity: 1;}
textarea::-moz-placeholder { color: #bcbcbc; opacity: 1;}
textarea:-ms-input-placeholder { color: #bcbcbc; }
/*---------------------------------------------*/
button {

View File

@ -17,7 +17,6 @@
}
.select-box__current {
position: relative;
box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
cursor: pointer;
outline: none;
border-radius: 25px;
@ -75,7 +74,6 @@
animation-fill-mode: forwards;
-webkit-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 {
display: block;