diff options
Diffstat (limited to 'common/gnome-shell/3.14')
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell-dark.css | 2 | ||||
-rw-r--r-- | common/gnome-shell/3.14/gnome-shell.css | 2 | ||||
-rw-r--r-- | common/gnome-shell/3.14/sass/_common.scss | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/gnome-shell/3.14/gnome-shell-dark.css b/common/gnome-shell/3.14/gnome-shell-dark.css index dc8fddf..b7ca459 100644 --- a/common/gnome-shell/3.14/gnome-shell-dark.css +++ b/common/gnome-shell/3.14/gnome-shell-dark.css @@ -517,7 +517,7 @@ StScrollBar { .popup-separator-menu-item { -gradient-height: 0px; height: 2px; - margin: 10px 0px; + margin: 0; background-color: transparent; background-gradient-direction: none !important; border: none; diff --git a/common/gnome-shell/3.14/gnome-shell.css b/common/gnome-shell/3.14/gnome-shell.css index 65dfd22..9a04257 100644 --- a/common/gnome-shell/3.14/gnome-shell.css +++ b/common/gnome-shell/3.14/gnome-shell.css @@ -517,7 +517,7 @@ StScrollBar { .popup-separator-menu-item { -gradient-height: 0px; height: 2px; - margin: 10px 0px; + margin: 0; background-color: transparent; background-gradient-direction: none !important; border: none; diff --git a/common/gnome-shell/3.14/sass/_common.scss b/common/gnome-shell/3.14/sass/_common.scss index b5bdcf2..671c993 100644 --- a/common/gnome-shell/3.14/sass/_common.scss +++ b/common/gnome-shell/3.14/sass/_common.scss @@ -635,7 +635,7 @@ StScrollBar { -gradient-height: 0px; //-margin-horizontal: 24px; height: 2px; //not really the whole box - margin: 10px 0px; + margin: 0; background-color: transparent; background-gradient-direction: none !important; border: none; |