diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index 18f3dab..283a7d0 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -635,8 +635,8 @@ GtkExpander { * list boxes * **************/ .list { - background-color: shade(@theme_bg_color, 0.97); - color: @theme_fg_color; + background-image: none; + background-color: transparent; } .list-row { @@ -644,6 +644,7 @@ GtkExpander { border-radius: 0; padding: 3px; background-image: none; + background-color: transparent; } .list-row:hover { @@ -668,12 +669,7 @@ GtkExpander { /********* * frame * *********/ -.frame { - border-width: 1px; - border-style: solid; - border-color: shade(@theme_bg_color, 0.8); - border-radius: 0; -} +.frame { border: none; } /******************* * scrolled window *