Fix for firefox?

This commit is contained in:
RealStickman 2022-04-25 15:07:36 +00:00
parent eded4c9e50
commit ab2a6f429c

View File

@ -35,5 +35,5 @@ Put your custom CSS in this file.
/* search box placeholder text */ /* search box placeholder text */
#sidebar #header .searchbox input::placeholder { #sidebar #header .searchbox input::placeholder {
color: rgba(200, 200, 200, 0.8); color: rgba(200, 200, 200, 0.8);
/*opacity: 1;*/ opacity: 1; /* something firefox fix */
} }