diff options
author | raveit65 <[email protected]> | 2017-10-06 19:12:31 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-10-06 19:12:31 +0200 |
commit | a4807e437e6f2f98bec44b547288c2dfef73b699 (patch) | |
tree | cf3517929e1064d7b7c031a84d39e979a2ed500f /desktop-themes/Blue-Submarine | |
parent | f4ad05a0e6fa7d9d7b9059ab8c224437593c5663 (diff) | |
download | mate-themes-a4807e437e6f2f98bec44b547288c2dfef73b699.tar.bz2 mate-themes-a4807e437e6f2f98bec44b547288c2dfef73b699.tar.xz |
Revert "Gtk+-3.20 all themes: fix redraw issue with yelp"
This reverts commit 5923eed2cfce3d15529f43b3cee47787bf4b6ee7.
Sadly, this breaks scrollbar buttons in mozilla apps and OpenOffice
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css b/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css index 887f6293..a90f6d70 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/scrollbar.css @@ -12,21 +12,6 @@ scrollbar { -GtkScrolledWindow-scrollbar-spacing: 0; } -/* workarround for broken yelp, w/o that yelp window have redraw issues - for displaying the horizontal scrollbar, - probably an issue with webkitgtk4 or yelp */ -scrollbar.horizontal { - -GtkScrollbar-has-backward-stepper: false; - -GtkScrollbar-has-forward-stepper: false; - -} -/* override for normal applications */ -scrolledwindow > scrollbar.horizontal { - -GtkScrollbar-has-backward-stepper: true; - -GtkScrollbar-has-forward-stepper: true; - -} - /* broken firefox ignore background of trough */ scrollbar.horizontal { background-image: -gtk-gradient (linear, left top, right top, |