[gnome-shell] theme - update window captions to match mockups



commit 1acec65c5eae6235e6a7db554408e0dafcfad652
Author: Marc Plano-Lesay <marc planolesay gmail com>
Date:   Sun Dec 4 00:05:33 2011 +0100

    theme - update window captions to match mockups
    
    Change window caption text weight, padding and radius.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=664487

 data/theme/gnome-shell.css |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 62e0352..5b8d3cd 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -467,12 +467,12 @@ StTooltip StLabel {
 }
 
 .window-caption {
-    background: rgba(0,0,0,0.8);
-    border: 1px solid rgba(128,128,128,0.40);
-    border-radius: 10px;
+    background: rgba(0,0,0,0.5);
+    border-radius: 8px;
     font-size: 9pt;
-    padding: 2px 8px;
-    -shell-caption-spacing: 4px;
+    font-weight: bold;
+    padding: 6px 12px;
+    -shell-caption-spacing: 12px;
 }
 
 .window-close {



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