Skip to content

Instantly share code, notes, and snippets.

@WebDevLuke
Created July 14, 2018 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WebDevLuke/1bbb6b0de5198243d173a745920d1e08 to your computer and use it in GitHub Desktop.
Save WebDevLuke/1bbb6b0de5198243d173a745920d1e08 to your computer and use it in GitHub Desktop.
Old School Internet Explorer Scrollbar Colour Change CSS *exhale*
<style>
body {
scrollbar-3dlight-color:#2a2680;
scrollbar-arrow-color:#ffff00;
scrollbar-base-color:#7F7F7F;
scrollbar-track-color:7e00ff;
scrollbar-darkshadow-color:#2a2680;
scrollbar-face-color:#7e73ff;
scrollbar-highlight-color:2a2680;
scrollbar-shadow-color:#000000;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment