Final search box colors

This commit is contained in:
RealStickman 2022-04-25 15:06:34 +00:00
parent 4bab657a85
commit eded4c9e50

View File

@ -22,18 +22,18 @@ Put your custom CSS in this file.
border-width: 2px; border-width: 2px;
} }
/* magnifying glass in searchbox */ /* magnifying glass in search box */
#sidebar #header .searchbox label { #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 { #sidebar #header .searchbox input {
color: #0f0; color: #fff;
} }
/* searchbox placeholder text */ /* search box placeholder text */
#sidebar #header .searchbox input::placeholder { #sidebar #header .searchbox input::placeholder {
/*color: rgba(220, 220, 220, 0.8);*/ color: rgba(200, 200, 200, 0.8);
color: #f00;
/*opacity: 1;*/ /*opacity: 1;*/
} }