From 5778dc1baa98819d7ad8509d86dd5219c92dcfd0 Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Wed, 29 Jan 2014 13:40:51 +0100 Subject: [PATCH] Improve gtk3 indicators in xfce-panel --- gtk-3.0/apps/xfce.css | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/gtk-3.0/apps/xfce.css b/gtk-3.0/apps/xfce.css index 288ed2f..3cb0510 100644 --- a/gtk-3.0/apps/xfce.css +++ b/gtk-3.0/apps/xfce.css @@ -33,25 +33,4 @@ XfceHeading { background-image: none; color: shade(@panel_fg_color, 1.08); transition: none; -} - -/* menu-styling, e.g. for indicators */ -.xfce4-panel .menu, -.xfce4-panel .menu GtkLabel, -.xfce4-panel .menu GtkImage { - background-color: @menu_bg_color; - color: @menu_fg_color; -} - -.xfce4-panel .menu *:hover { - border-color: shade(@theme_selected_bg_color, 0.9); - background-color: @theme_selected_bg_color; - background-image: none; - color: @theme_selected_fg_color; -} - -.xfce4-panel .menu GtkLabel:hover, -.xfce4-panel .menu GtkImage:hover { - background-image: none; - color: @theme_selected_fg_color; -} +} \ No newline at end of file