From 84b581ae1316a5a83c41a739f546dc98043f4e1a Mon Sep 17 00:00:00 2001 From: Allan Day Date: Mon, 10 Dec 2012 17:24:56 +0000 Subject: [PATCH] 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 file changed, 6 insertions(+), 5 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index a0f45b2bf..27549074e 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 {