|
|
|
@ -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; } |
|
|
|
|
|
|
|
|
|
textarea::-webkit-input-placeholder { color: #999999; } |
|
|
|
|
textarea:-moz-placeholder { color: #999999; } |
|
|
|
|
textarea::-moz-placeholder { color: #999999; } |
|
|
|
|
textarea:-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: #bcbcbc; } |
|
|
|
|
textarea:-moz-placeholder { color: #bcbcbc; opacity: 1;} |
|
|
|
|
textarea::-moz-placeholder { color: #bcbcbc; opacity: 1;} |
|
|
|
|
textarea:-ms-input-placeholder { color: #bcbcbc; } |
|
|
|
|
|
|
|
|
|
/*---------------------------------------------*/ |
|
|
|
|
button { |
|
|
|
|