From 001235235ca4a0eb8659d4d3d2fbb110ac6bb052 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Wed, 11 Sep 2013 23:36:15 +0530 Subject: [PATCH] Fix button text color in panel --- gtk-3.0/apps/xfce.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk-3.0/apps/xfce.css b/gtk-3.0/apps/xfce.css index e2dd2d2..bcb712f 100644 --- a/gtk-3.0/apps/xfce.css +++ b/gtk-3.0/apps/xfce.css @@ -12,6 +12,7 @@ XfceHeading { .xfce4-panel .button { border-radius: 0; padding: 1px; + color: @panel_fg_color; } .xfce4-panel .button:active {