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;