[gnome-shell] Crisp menu separators



commit 84b581ae1316a5a83c41a739f546dc98043f4e1a
Author: Allan Day <allanpday gmail com>
Date:   Mon Dec 10 17:24:56 2012 +0000

    Crisp menu separators
    
    Instead of being fuzzy, the menu separators should be a clear
    line with a horizontal gradient. This looks better and is
    consistent with the mockups.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641745

 data/theme/gnome-shell.css |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index a0f45b2..2754907 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -206,11 +206,12 @@ StScrollBar StButton#vhandle:active {
 }
 
 .popup-separator-menu-item {
-    -gradient-height: 2px;
-    -gradient-start: rgba(8,8,8,0);
-    -gradient-end: #333333;
-    -margin-horizontal: 1.5em;
-    height: 1em;
+    -gradient-height: 1px;
+    -gradient-start: rgba(255,255,255,0.0);
+    -gradient-end: rgba(255,255,255,0.3);
+    -margin-horizontal: 24px;
+    height: 1px;
+    padding: 8px 0px;
 }
 
 .popup-alternating-menu-item:alternate {



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