The combobox drop down menu feels wrong. The non-expanded control is true to the style, but the dropdown itself looks like it doesn't implement the Win98/Winforms style. Maybe it's the border?
That's because you cannot style the browser-native dropdown panel with CSS. I don't know offhand if there is any good way to otherwise _emulate_ a dropdown with just CSS (i.e. without JavaScript).
10 comments
[ 2.9 ms ] story [ 37.3 ms ] threadOne use-case would be creating an Electron app and you wanted an oldskool Windows UI instead of resorting to Bootstrap yet again for your project.
You could create clones of popular Windows apps, like someone done with Paint: https://jspaint.app/
Windows_98.css - https://news.ycombinator.com/item?id=8298462 - Sept 2014 (3 comments)