Replies: 6 comments
-
I made this behavior for the century menu (firefox): Styling select menus is poorly supported in web browsers (it was original left to the operating system to render them so that there was a uniform style for the operating system). In Chrome the same does not work: In Safari it does not work: Typically a javascript library is used to replace the form displays with other HTML elements, which in turn allows more styling of the select menu (I have already tried changing the font size with CSS, but it will not change). |
Beta Was this translation helpful? Give feedback.
-
One possibility: https://github.com/patrickkunka/easydropdown "Ivy" style is similar to forms on other NIFC-related websites: |
Beta Was this translation helpful? Give feedback.
-
https://css-tricks.com/striking-a-balance-between-native-and-custom-select-elements
|
Beta Was this translation helpful? Give feedback.
-
Commit eaf47ca adds some styling improvements to the browse search fields:
Example of new forms: Verbose form: |
Beta Was this translation helpful? Give feedback.
-
Google Chrome in Linux (but not OSX) allows coloring of the selection options: Subissue: figure out why the options are highlighted in red and make it instead black or gray. In Linux Firefox, the background of the select menu is white for the same page: |
Beta Was this translation helpful? Give feedback.
-
When any filter is selected, the relevant results in other dropdown menus should be highlighted. For example when "15xx" century is selected, there are two libraries that have relevant holdings: "PL-STAb (8)" and "PL-Wn (147)". It should be highlighted with e.g.
#a71b1d
color. It should work for other menus.Beta Was this translation helpful? Give feedback.
All reactions