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

Commit 9c81490

Browse files
committed
"Security Phase" color change for Firefox
1 parent 9f26c1c commit 9c81490

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/css/_common.scss

+4
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ input::placeholder,
139139
textarea::placeholder {
140140
opacity: initial;
141141
}
142+
input::-moz-placeholder,
143+
textarea::-moz-placeholder {
144+
opacity: .6;
145+
}
142146

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

0 commit comments

Comments
 (0)