Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix placeholder opacity in firefox
Alexis Sellier committed 4 years ago
commit 696d290748fbc878cc2aec2c2204e1fe59802e63
parent d8a3779293c9cd97f2e352681caab9ea65b6fdd5
1 file changed +1 -0
modified public/index.css
@@ -254,6 +254,7 @@ input[type="text"] {
}
input[type="text"]::placeholder {
	color: var(--color-secondary);
+
	opacity: 1 !important;
}
input[type="text"].small {
	font-size: 0.875rem;