PM default (clean portable profile, v 33.7.0 but not a new issue)
I want to change the default colors used in the find bar text box, specifically the white on red used when search fails. Did not find setting for it in about.config or Status Bar Preferences (formerly S4E).
Find Bar Text Box change fail colors Topic is solved
Moderator: trava90
Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
-
- Lunatic
- Posts: 347
- Joined: 2018-05-26, 18:13
Find Bar Text Box change fail colors
You do not have the required permissions to view the files attached to this post.
Win10home(1709), PM33.7.0-portable as of Apr 8, '25
-
- Keeps coming back
- Posts: 861
- Joined: 2018-05-17, 02:34
- Location: Los Berros Canyon, California
Re: Find Bar Text Box change fail colors
userChrome.css
If you don't know how to add to userChrome, there's topics all over this forum about it.
Code: Select all
.findbar-textbox[status="notfound"]
{
background-color: red;
color: white;
}
-
- Lunatic
- Posts: 347
- Joined: 2018-05-26, 18:13
Re: Find Bar Text Box change fail colors
Thanks. It works but I had to add " !important".
Win10home(1709), PM33.7.0-portable as of Apr 8, '25