[phpBB Support] [phpBB-Unterstützung] Hover/Background color wanted

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

[phpBB Support] [phpBB-Unterstützung] Hover/Background color wanted

Post by flumsi »

Hello everyone

This question may be out of place and a bit confusing, but I really hope you can help.
I've been looking for a color in the forum for three months now.
The phpBB3 forum has a bluish hover/background for every dropdown box, and I would really like to match this foreign color to our forum color scheme.

Unfortunately, I can't seem to find this hover/background :(
Screenshot 2025-08-09 141949.png
You do not have the required permissions to view the files attached to this post.

[phpBB Support] [phpBB-Unterstützung] Hover/Background color wanted

Post by Steve »

select { background: pink; }
select:hover { background: red; }
select:focus { background: purple; }

https://www.w3schools.com/tags/tag_select.asp