Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
"Security Phase" color change for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
neer17 committed Oct 2, 2021
1 parent 9f26c1c commit 9c81490
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions res/css/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ input::placeholder,
textarea::placeholder {
opacity: initial;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
opacity: .6;
}

input[type=text], input[type=password], textarea {
background-color: transparent;
Expand Down

0 comments on commit 9c81490

Please sign in to comment.