diff options
author | Horst3180 | 2016-06-03 23:55:24 +0200 |
---|---|---|
committer | Horst3180 | 2016-06-03 23:55:56 +0200 |
commit | 1de4ef7977f075e2ce0c75b26f45f55cdf77c881 (patch) | |
tree | 0e318be27630ae718b5968c83f8868a243951a80 /common/gnome-shell/3.18/gnome-shell.css | |
parent | 76d343ff8b258854a3865f313aee168ec2caef55 (diff) | |
download | solarc-theme-1de4ef7977f075e2ce0c75b26f45f55cdf77c881.tar.gz solarc-theme-1de4ef7977f075e2ce0c75b26f45f55cdf77c881.tar.xz solarc-theme-1de4ef7977f075e2ce0c75b26f45f55cdf77c881.zip |
gnome-shell: remove menu separator margins
Diffstat (limited to 'common/gnome-shell/3.18/gnome-shell.css')
-rw-r--r-- | common/gnome-shell/3.18/gnome-shell.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gnome-shell/3.18/gnome-shell.css b/common/gnome-shell/3.18/gnome-shell.css index bf1cfb4..b83026b 100644 --- a/common/gnome-shell/3.18/gnome-shell.css +++ b/common/gnome-shell/3.18/gnome-shell.css @@ -495,7 +495,7 @@ StScrollBar { .popup-separator-menu-item { height: 2px; - margin: 10px 0; + margin: 0; background-color: transparent; border: none; border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; } |