satya164 / Evolve

Evolve is a simple and minimal light theme designed to be easy on the eyes.
http://fav.me/d4dn66o
GNU General Public License v3.0
24 stars 2 forks source link

inconsistent scrollbar width #2

Closed mihado closed 11 years ago

mihado commented 11 years ago

hi there, it seems like the width of the scroll bar varies between different websites in Firefox. I cannot seem to reproduce this behaviour in any other applications. (Please check the included screen-shot).

Do you have any idea what is/are causing this issue?

If I want to reduce the size of the scrollbar, which part of the css should I change? thanks

workspace 1_003

satya164 commented 11 years ago

In GTK2, gtkrc => GtkScrollbar::slider-width = 9 In GTK3, gtk-widgets.css => -GtkRange-slider-width: 13;

I'll try to fix the issue. Thanks.