From fd6bd9eeafbbb147c6ebd56f0525259ab2e065a4 Mon Sep 17 00:00:00 2001 From: Peter Hurley Date: Sat, 3 Mar 2012 10:14:17 -0500 Subject: [PATCH] Add themeing to PanelSeparator Signed-off-by: Peter Hurley --- Radiance/gtk-3.0/apps/gnome-panel.css | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/Radiance/gtk-3.0/apps/gnome-panel.css b/Radiance/gtk-3.0/apps/gnome-panel.css index c46a64a..6337aae 100644 --- a/Radiance/gtk-3.0/apps/gnome-panel.css +++ b/Radiance/gtk-3.0/apps/gnome-panel.css @@ -10,6 +10,14 @@ PanelToplevel { color: @dark_fg_color; } +PanelSeparator { + border-width: 0; + background-image: -gtk-gradient (linear, left top, left bottom, + from (shade (@dark_bg_color, 1.15)), + to (shade (@dark_bg_color, 0.95))); + color: @dark_fg_color; +} + /* Fixes outline box artifact around the Notification Area icons and the * WnckTasklist buttons * - the event box does a background wipe but reduces the paint area by the -- 1.7.5.4