philomena-dev / philomena

Next-generation imageboard
GNU Affero General Public License v3.0
90 stars 32 forks source link

Fix select background color in header, re-add hover color #163

Closed BytewaveMLP closed 2 years ago

BytewaveMLP commented 2 years ago

Before you begin


In #159, I attempted to fix the dropdown background color in Chrome. Unfortunately, this had the side effect of breaking the background color of select boxes in the header, which was especially notable on light theme. This PR addresses this issue, and makes it so the active select box has its options highlighted. Not 100% sure on the latter change, but it's easy to remove if it's undesired.

Hovered:

image image

Unhovered:

image image