[gnome-shell] Overview: Change tab title style to match mockups



commit ce2efc6a67b4006dd461c9ca3f70077f1d4a786b
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Thu Jan 6 12:15:07 2011 +0100

    Overview: Change tab title style to match mockups
    
    https://bugzilla.gnome.org/show_bug.cgi?id=638815

 data/theme/gnome-shell.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index c5a97db..b1cfe64 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -384,10 +384,14 @@ StTooltip StLabel {
     color: #888a85;
     font-weight: bold;
     padding: 0px 12px;
+    height: 24px;
 }
 
 .view-tab-title:selected {
-    color: white;
+    color: #000000;
+    background-color: #c2c7cd;
+    border-radius: 4px;
+    height: 24px;
 }
 
 .view-tab-boxpointer {



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