[gnome-shell] theme: Darken notification entry color a lot



commit 90783c7cdf60c60c6be1c9327f5911b4a9c83108
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Aug 26 15:26:07 2011 -0400

    theme: Darken notification entry color a lot
    
    Makes it a lot easier to see what you're typing.

 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 af22aca..f6f725b 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -1275,7 +1275,7 @@ StTooltip StLabel {
 
 #notification StEntry:focus {
     border: 1px solid #8b8b8b;
-    color: #545454;
+    color: #333333;
     background-gradient-direction: vertical;
     background-gradient-start: rgb(200,200,200);
     background-gradient-end: white;



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