diff options
Diffstat (limited to 'desktop/numix-gtk-theme/fix_overlay_scrollbar.patch')
-rw-r--r-- | desktop/numix-gtk-theme/fix_overlay_scrollbar.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/numix-gtk-theme/fix_overlay_scrollbar.patch b/desktop/numix-gtk-theme/fix_overlay_scrollbar.patch new file mode 100644 index 0000000000..d2df5d45a4 --- /dev/null +++ b/desktop/numix-gtk-theme/fix_overlay_scrollbar.patch @@ -0,0 +1,16 @@ +diff -Nru Numix.orig/gtk-3.0/gtk-widgets.css Numix/gtk-3.0/gtk-widgets.css +--- Numix.orig/gtk-3.0/gtk-widgets.css 2013-07-01 15:27:19.000000000 +0530 ++++ Numix/gtk-3.0/gtk-widgets.css 2013-07-01 19:59:56.017479426 +0530 +@@ -58,6 +58,12 @@ + background-color: @theme_bg_color; + color: @theme_fg_color; + } ++ ++* { ++ /* inherit colors from parent */ ++ color: inherit; ++ background-color: inherit; ++} + + *:selected, + *:selected:focus { |