From 708f1a97dd54772bf586523598be1701a8afe839 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 3 Mar 2011 22:31:10 +0100 Subject: [PATCH] Move the font color CSS rule from .workspaces-view to .window-caption This is needed once we start seeing window captions outside the workspaces view (for other monitors). https://bugzilla.gnome.org/show_bug.cgi?id=609258 --- data/theme/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index e281fcda0..d9ae984d0 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -324,7 +324,7 @@ StTooltip StLabel { background-color: rgba(0,0,0,0.6); } -.workspaces-view { +.window-caption { color: white; spacing: 25px; }