From eded4c9e506d09825e7499ab6505b57d58498405 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Mon, 25 Apr 2022 15:06:34 +0000 Subject: [PATCH] Final search box colors --- themes/learn2/css/custom.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/learn2/css/custom.css b/themes/learn2/css/custom.css index bbafd49..3723658 100644 --- a/themes/learn2/css/custom.css +++ b/themes/learn2/css/custom.css @@ -22,18 +22,18 @@ Put your custom CSS in this file. border-width: 2px; } -/* magnifying glass in searchbox */ +/* magnifying glass in search box */ #sidebar #header .searchbox label { - color: rgba(220, 220, 220, 0.8); + color: rgba(200, 200, 200, 0.8); } +/* search box entered text */ #sidebar #header .searchbox input { - color: #0f0; + color: #fff; } -/* searchbox placeholder text */ +/* search box placeholder text */ #sidebar #header .searchbox input::placeholder { - /*color: rgba(220, 220, 220, 0.8);*/ - color: #f00; + color: rgba(200, 200, 200, 0.8); /*opacity: 1;*/ }