[gnome-shell] Overview search box is too subtle



commit 2c34c8e20f21b7d3d80494d4664a7292d7dc2f58
Author: StÃphane DÃmurget <stephane demurget free fr>
Date:   Mon Oct 29 01:15:03 2012 +0100

    Overview search box is too subtle
    
    When it isn't focused, the search box can be quite hard to see.
    
    The text/icon/border color is changed to be brighter in order to increase
    contrast with the dark background and this works well with various
    wallpapers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686479

 data/theme/gnome-shell.css |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 9104086..8438480 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -375,6 +375,12 @@ StScrollBar StButton#vhandle:active {
 }
 
 #searchEntry {
+    border-color: rgba(245,245,245,0.3);
+    color: rgb(192, 192, 192);
+    caret-color: rgb(192, 192, 192);
+}
+
+#searchEntry:hover {
     color: rgb(128, 128, 128);
     caret-color: rgb(128, 128, 128);
 }
@@ -688,6 +694,11 @@ StScrollBar StButton#vhandle:active {
 
 .search-entry-icon {
     icon-size: 1em;
+    color: #c0c0c0;
+}
+
+#searchEntry:hover .search-entry-icon,
+#searchEntry:focus .search-entry-icon {
     color: #8d8f8a;
 }
 



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