summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-10-06 19:12:31 +0200
committerraveit65 <[email protected]>2017-10-06 19:18:38 +0200
commit4222e1a6865924b87bcc52d919459aedce2db927 (patch)
tree3585fe25bd2b01f021616e3e55e58d385346a1d2 /desktop-themes/TraditionalGreen
parentc321951072f8c7df559774f8bd8aa2f933052567 (diff)
downloadmate-themes-4222e1a6865924b87bcc52d919459aedce2db927.tar.bz2
mate-themes-4222e1a6865924b87bcc52d919459aedce2db927.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/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css15
1 files changed, 0 insertions, 15 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 9f5271fd..cdb33a4d 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -2191,21 +2191,6 @@ scrollbar {
border-image: none;
}
-/* 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;
-
-}
-
scrollbar.vertical {
border-width: 0px 0px 0px 1px;
min-width: 14px;