aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802016-06-03 23:55:24 +0200
committerHorst31802016-06-03 23:55:56 +0200
commit1de4ef7977f075e2ce0c75b26f45f55cdf77c881 (patch)
tree0e318be27630ae718b5968c83f8868a243951a80
parent76d343ff8b258854a3865f313aee168ec2caef55 (diff)
downloadsolarc-theme-1de4ef7977f075e2ce0c75b26f45f55cdf77c881.tar.gz
solarc-theme-1de4ef7977f075e2ce0c75b26f45f55cdf77c881.tar.xz
solarc-theme-1de4ef7977f075e2ce0c75b26f45f55cdf77c881.zip
gnome-shell: remove menu separator margins
-rw-r--r--common/gnome-shell/3.14/gnome-shell-dark.css2
-rw-r--r--common/gnome-shell/3.14/gnome-shell.css2
-rw-r--r--common/gnome-shell/3.14/sass/_common.scss2
-rw-r--r--common/gnome-shell/3.16/gnome-shell-dark.css2
-rw-r--r--common/gnome-shell/3.16/gnome-shell.css2
-rw-r--r--common/gnome-shell/3.16/sass/_common.scss2
-rw-r--r--common/gnome-shell/3.18/gnome-shell-dark.css2
-rw-r--r--common/gnome-shell/3.18/gnome-shell.css2
-rw-r--r--common/gnome-shell/3.18/sass/_common.scss2
9 files changed, 9 insertions, 9 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;
diff --git a/common/gnome-shell/3.16/gnome-shell-dark.css b/common/gnome-shell/3.16/gnome-shell-dark.css
index 335ba6b..2ef2e78 100644
--- a/common/gnome-shell/3.16/gnome-shell-dark.css
+++ b/common/gnome-shell/3.16/gnome-shell-dark.css
@@ -466,7 +466,7 @@ StScrollBar {
.popup-separator-menu-item {
height: 2px;
- margin: 10px 0px;
+ margin: 0;
background-color: transparent;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
diff --git a/common/gnome-shell/3.16/gnome-shell.css b/common/gnome-shell/3.16/gnome-shell.css
index 5c48616..3850dd4 100644
--- a/common/gnome-shell/3.16/gnome-shell.css
+++ b/common/gnome-shell/3.16/gnome-shell.css
@@ -466,7 +466,7 @@ StScrollBar {
.popup-separator-menu-item {
height: 2px;
- margin: 10px 0px;
+ margin: 0;
background-color: transparent;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1; }
diff --git a/common/gnome-shell/3.16/sass/_common.scss b/common/gnome-shell/3.16/sass/_common.scss
index 6d8af82..35720b7 100644
--- a/common/gnome-shell/3.16/sass/_common.scss
+++ b/common/gnome-shell/3.16/sass/_common.scss
@@ -592,7 +592,7 @@ StScrollBar {
.popup-separator-menu-item {
//-margin-horizontal: 24px;
height: 2px; //not really the whole box
- margin: 10px 0px;
+ margin: 0;
background-color: transparent;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1;
diff --git a/common/gnome-shell/3.18/gnome-shell-dark.css b/common/gnome-shell/3.18/gnome-shell-dark.css
index 62c88f5..ac310dd 100644
--- a/common/gnome-shell/3.18/gnome-shell-dark.css
+++ b/common/gnome-shell/3.18/gnome-shell-dark.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; }
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; }
diff --git a/common/gnome-shell/3.18/sass/_common.scss b/common/gnome-shell/3.18/sass/_common.scss
index 1fdf697..3033f52 100644
--- a/common/gnome-shell/3.18/sass/_common.scss
+++ b/common/gnome-shell/3.18/sass/_common.scss
@@ -659,7 +659,7 @@ StScrollBar {
.popup-separator-menu-item {
//-margin-horizontal: 24px;
height: 2px; //not really the whole box
- margin: 10px 0;
+ margin: 0;
background-color: transparent;
border: none;
border-image: url("common-assets/menu/menu-separator.svg") 1 1 1 1;