Green Scroll Bar - Pure CSS3 (from ZIG) is a css extension for chrome. it's a free extension and is featured in Accessibility, it has 553 active users since released its first version, it earns an average rating of 4.31 from 16 rated user, last update is 4166 days ago.
A simple Chrome Scroll Bar just extracted from zzllrr Imager. *Green and Cute! *Pure CSS3, no JS(JavaScript)! *Work well on web pages, iframes, textarea, etc. Don't go away if you need other scrollbar styles. Below are CSS Hack/MOD/DIY Tips. /* 1. The original CSS of scrollbar from zzllrr imager */ ::-webkit-scrollbar{ background-color:white; width:10px; height:10px; -webkit-box-shadow:2px 2px 6px rgba(0,0,0,.5) inset; } ::-webkit-scrollbar-thumb{ border-radius:5px; background-color:white; -webkit-box-shadow:2px 2px 6px rgba(0,0,0,.5),inset -2px 2px 2px rgba(204,204,204,0.1),inset 2px -2px 2px rgba(0,0,0,0.2); } ::-webkit-scrollbar-thumb:hover{ background-color:#a2c437; } /* 2. Just go to this extension folder (Your-Default-Chrome-Extension-Folder\Default\Extensions\hnnpahlmflcceeadbeollhmmkfhfelnn\1.0.1_0)) to find the CSS file zzllrrImagerScrollbar.css to modify as you wish. */ /* 3. Go to chrome://extensions/ to disable this extension and then enable it. Over! Nice job! */
You could download the latest version crx file or older version files and install it.
English.
43% user give 5-star rating, 43% user give 4-star rating, 14% user give 1-star rating. Read reviews of green scroll bar - pure css3 (from zig)
You could find more help information from green scroll bar - pure css3 (from zig) support page.
You could send emails to publisher, or check publisher's website.
You could click to report abuse of green scroll bar - pure css3 (from zig).
doest work for me ?
Works great to fix the issue in Chrome where scrollbars disappear. Would it be possible to make the green always persistent (instead of just when the mouse hovers though)?
Very nice, I am using this with my Thinkpad W510 touchscreen. I modified the CSS so it is 40px wide and it is a nice fat scroll bar for my finger now! Doesn't seem to work on some pages though, like G+ and Gmail. Works in Chrome store though...