From e66a98a24eced61f74e46ebe56dacefccda626cc Mon Sep 17 00:00:00 2001 From: Simon Steinbeiss Date: Tue, 20 Jan 2015 12:12:18 +0100 Subject: [PATCH] Add styles for Catfish's sidebar --- gtk-3.0/apps/xfce.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gtk-3.0/apps/xfce.css b/gtk-3.0/apps/xfce.css index 03cfb20..dcffbbc 100644 --- a/gtk-3.0/apps/xfce.css +++ b/gtk-3.0/apps/xfce.css @@ -1,3 +1,15 @@ +CatfishWindow .sidebar .button.flat { + padding: 4px 6px; + transition: none; +} + +CatfishWindow .sidebar .button.flat:active, +CatfishWindow .sidebar .button.flat:checked { + border-color: shade(@theme_bg_color, 0.8); + background-color: shade(@theme_bg_color, 0.95); + background-image: none; +} + XfceHeading { margin: 0; padding: 0;