aboutsummaryrefslogtreecommitdiff
path: root/common/gnome-shell/3.14/sass
diff options
context:
space:
mode:
authorHorst31802015-09-17 00:40:30 +0200
committerHorst31802015-09-17 00:40:30 +0200
commitbcf612534ec157c42acd368cda391da02cb39384 (patch)
tree4653c5546f12e0bef6fe3f3ddc19dfc2908e3094 /common/gnome-shell/3.14/sass
parentb6aaedd1b65313f3fafd0254bf4b6b70d31bd044 (diff)
downloadsolarc-theme-bcf612534ec157c42acd368cda391da02cb39384.tar.gz
solarc-theme-bcf612534ec157c42acd368cda391da02cb39384.tar.xz
solarc-theme-bcf612534ec157c42acd368cda391da02cb39384.zip
gnome-shell 3.14: fix menu separators
Diffstat (limited to 'common/gnome-shell/3.14/sass')
-rw-r--r--common/gnome-shell/3.14/sass/_common.scss2
1 files changed, 2 insertions, 0 deletions
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;
}