From bcf612534ec157c42acd368cda391da02cb39384 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Thu, 17 Sep 2015 00:40:30 +0200 Subject: gnome-shell 3.14: fix menu separators --- common/gnome-shell/3.14/gnome-shell-dark.css | 2 ++ common/gnome-shell/3.14/gnome-shell.css | 2 ++ common/gnome-shell/3.14/sass/_common.scss | 2 ++ 3 files changed, 6 insertions(+) (limited to 'common/gnome-shell') diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css index a192b54..4a0de9c 100644 --- a/common/gnome-shell/3.14/gnome-shell-dark.css +++ b/common/gnome-shell/3.14/gnome-shell-dark.css @@ -498,9 +498,11 @@ StScrollBar { -arrow-rise: 5; } .popup-separator-menu-item { + -gradient-height: 0px; height: 2px; margin: 10px 0px; background-color: transparent; + background-gradient-direction: none !important; border: none; border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 3ffb1ea..466cb18 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -498,9 +498,11 @@ StScrollBar { -arrow-rise: 5; } .popup-separator-menu-item { + -gradient-height: 0px; height: 2px; margin: 10px 0px; background-color: transparent; + background-gradient-direction: none !important; border: none; border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index 4eec61f..5d56a02 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -609,10 +609,12 @@ StScrollBar { } .popup-separator-menu-item { + -gradient-height: 0px; //-margin-horizontal: 24px; height: 2px; //not really the whole box margin: 10px 0px; background-color: transparent; + background-gradient-direction: none !important; border: none; border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } -- cgit v1.2.3