Change the "Security Phase" color (#6870)

pull/21833/head
Neeraj Sewani 2021-10-21 13:09:01 +05:30 committed by GitHub
parent 35b5109c2a
commit 7ab075fdfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -141,6 +141,12 @@ input[type=search]::-webkit-search-results-decoration {
input::placeholder,
textarea::placeholder {
opacity: initial;
font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
opacity: .6;
font-weight: 400;
}
input[type=text], input[type=password], textarea {