[gnome-shell] theme: Make the selected text color white for all entries



commit 576009bad05dafae093288a487d841e094fb0d2b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Wed Oct 10 13:47:40 2012 -0300

    theme: Make the selected text color white for all entries
    
    This was accidentally changed when Allan cleaned up the styles for
    all entries

 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 3d929f1..6cbf39f 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -341,7 +341,7 @@ StScrollBar StButton#vhandle:active {
     caret-color: rgb(64, 64, 64);
     font-size: 12pt;
     caret-size: 1px;
-    selected-color: black;
+    selected-color: white;
     padding: 4px 12px;
 }
 



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