diff --git a/gtk-3.0/apps/granite-widgets.css b/gtk-3.0/apps/granite-widgets.css index cc4aaa1..46dced4 100644 --- a/gtk-3.0/apps/granite-widgets.css +++ b/gtk-3.0/apps/granite-widgets.css @@ -151,8 +151,6 @@ *************/ GraniteWidgetsStatusBar { padding: 1px; - background-image: none; - background-color: @theme_bg_color; background-color: @theme_bg_color; background-image: none; box-shadow: inset 0 1px shade(@theme_bg_color, 0.8); @@ -176,10 +174,10 @@ GraniteWidgetsPopOver { .popover_bg { background-color: transparent; - background-image: none; - background-color: @menu_bg_color; - background-color: @menu_bg_color; - background-image: none; + background-image: -gtk-gradient(linear, + left top, left bottom, + from (@menu_bg_color), + to (@menu_bg_color); } GraniteWidgetsPopOver .sidebar.view, @@ -202,8 +200,8 @@ GraniteWidgetsPopOver .button:hover:active { } GraniteWidgetsPopOver .entry { - background-image: none; background-color: @theme_base_color; + background-image: none; color: @theme_text_color; }