Skip to content

Commit

Permalink
Change the "Security Phase" color (#6870)
Browse files Browse the repository at this point in the history
  • Loading branch information
neer17 committed Oct 21, 2021
1 parent 35b5109 commit 7ab075f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions res/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7ab075f

Please sign in to comment.