Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Windows 95 styled scrollbars #5

Closed
TristanWiley opened this issue Apr 17, 2019 · 3 comments
Closed

Add Windows 95 styled scrollbars #5

TristanWiley opened this issue Apr 17, 2019 · 3 comments

Comments

@TristanWiley
Copy link

Something like these would do
https://codepen.io/louh/pen/oZJQvm

@TristanWiley TristanWiley changed the title Add Windows 95 styled scrollbars to theme Add Windows 95 styled scrollbars Apr 17, 2019
@1j01
Copy link

1j01 commented May 11, 2019

Hey, that's a pretty nice recreation you've found there!
I have one a nice one to look at over here too: https://github.com/1j01/os-gui
I use ::-webkit-scrollbar-track-piece:active instead of ::-webkit-scrollbar-track:active so it doesn't darken the background of the scrollbar track when dragging by the scrollbar handle.
Also, the cursor should be reset to default for the textarea case, which I'm now realizing I don't handle, even tho I have Notepad on 98.js.org. (Maybe it didn't always work that way, and chrome's updated?)

@arturbien
Copy link
Member

arturbien commented May 11, 2019

Yeah @1j01 version looks better 😊 We have to see if our scrollbars won't be to big tho (we are using 2x thicker borders than in original Windows). And we have to make them themable somehow to match other color schemes 🤔

@arturbien
Copy link
Member

closed by #190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants