Find Bar Text Box change fail colors Topic is solved

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

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!
Michaell
Lunatic
Lunatic
Posts: 347
Joined: 2018-05-26, 18:13

Find Bar Text Box change fail colors

Unread post by Michaell » 2025-05-10, 16:25

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).
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

User avatar
RealityRipple
Keeps coming back
Keeps coming back
Posts: 861
Joined: 2018-05-17, 02:34
Location: Los Berros Canyon, California

Re: Find Bar Text Box change fail colors

Unread post by RealityRipple » 2025-05-10, 16:29

userChrome.css

Code: Select all

.findbar-textbox[status="notfound"]
{
 background-color: red;
 color: white;
}
If you don't know how to add to userChrome, there's topics all over this forum about it.

Michaell
Lunatic
Lunatic
Posts: 347
Joined: 2018-05-26, 18:13

Re: Find Bar Text Box change fail colors

Unread post by Michaell » 2025-05-10, 17:38

Thanks. It works but I had to add " !important".
Win10home(1709), PM33.7.0-portable as of Apr 8, '25