From ab2a6f429c4ad64d5cf573520c59fb7929441327 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 25 Apr 2022 15:07:36 +0000 Subject: [PATCH] Fix for firefox? --- themes/learn2/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index 3723658..1669663 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -35,5 +35,5 @@ Put your custom CSS in this file. /* search box placeholder text */ #sidebar #header .searchbox input::placeholder { color: rgba(200, 200, 200, 0.8); - /*opacity: 1;*/ + opacity: 1; /* something firefox fix */ }