[gnome-shell] Move the font color CSS rule from .workspaces-view to .window-caption



commit 708f1a97dd54772bf586523598be1701a8afe839
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Mar 3 22:31:10 2011 +0100

    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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index e281fcd..d9ae984 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;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]