From 084bc68bf807540335e0d86a9d5c6033e49aa91f Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Fri, 27 Feb 2015 15:10:14 -0500 Subject: [PATCH] Fixed a few bugs. --- Paper/gtk-3.0/widgets/toolbars.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Paper/gtk-3.0/widgets/toolbars.css b/Paper/gtk-3.0/widgets/toolbars.css index 46b5fc5..e6e85b0 100644 --- a/Paper/gtk-3.0/widgets/toolbars.css +++ b/Paper/gtk-3.0/widgets/toolbars.css @@ -201,7 +201,7 @@ } /* Labels */ -.toolbar GtkLabel +.toolbar GtkLabel, .toolbar .button GtkLabel { color: @toolbar_text; }