slackbuilds_ponce/desktop/numix-gtk-theme/fix_overlay_scrollbar.patch
Edinaldo P. Silva 6671081506 desktop/numix-gtk-theme: Added (modern flat theme).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-11-28 07:25:59 +07:00

16 lines
448 B
Diff

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 {