diff options
author | Horst3180 | 2016-02-19 11:06:17 +0100 |
---|---|---|
committer | Horst3180 | 2016-02-19 11:06:17 +0100 |
commit | fa04300e804f53a962584f2e0c1bae79f0746a7b (patch) | |
tree | 821ab642a1e2c427f168344f459a4696b18d2615 | |
parent | 692792632c4570c13be069bbf1128d46042d682a (diff) | |
download | solarc-theme-fa04300e804f53a962584f2e0c1bae79f0746a7b.tar.gz solarc-theme-fa04300e804f53a962584f2e0c1bae79f0746a7b.tar.xz solarc-theme-fa04300e804f53a962584f2e0c1bae79f0746a7b.zip |
use margins for menu separators
-rw-r--r-- | common/gtk-3.0/3.20/gtk-dark.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/gtk-darker.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-dark.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid-darker.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/gtk.css | 2 | ||||
-rw-r--r-- | common/gtk-3.0/3.20/sass/_common.scss | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/common/gtk-3.0/3.20/gtk-dark.css b/common/gtk-3.0/3.20/gtk-dark.css index 7044d0e..5103c7a 100644 --- a/common/gtk-3.0/3.20/gtk-dark.css +++ b/common/gtk-3.0/3.20/gtk-dark.css @@ -1457,7 +1457,7 @@ menu, .menu separator, .csd .menu separator { - min-height: 10px; + margin: 2px 0; background-color: #383C4A; } menu menuitem, .menu menuitem { diff --git a/common/gtk-3.0/3.20/gtk-darker.css b/common/gtk-3.0/3.20/gtk-darker.css index d43d94e..d5f88ea 100644 --- a/common/gtk-3.0/3.20/gtk-darker.css +++ b/common/gtk-3.0/3.20/gtk-darker.css @@ -1456,7 +1456,7 @@ menu, .menu separator, .csd .menu separator { - min-height: 10px; + margin: 2px 0; background-color: #ffffff; } menu menuitem, .menu menuitem { diff --git a/common/gtk-3.0/3.20/gtk-solid-dark.css b/common/gtk-3.0/3.20/gtk-solid-dark.css index 5fb03da..2c16505 100644 --- a/common/gtk-3.0/3.20/gtk-solid-dark.css +++ b/common/gtk-3.0/3.20/gtk-solid-dark.css @@ -1457,7 +1457,7 @@ menu, .menu separator, .csd .menu separator { - min-height: 10px; + margin: 2px 0; background-color: #383C4A; } menu menuitem, .menu menuitem { diff --git a/common/gtk-3.0/3.20/gtk-solid-darker.css b/common/gtk-3.0/3.20/gtk-solid-darker.css index b7e26a6..daa02a3 100644 --- a/common/gtk-3.0/3.20/gtk-solid-darker.css +++ b/common/gtk-3.0/3.20/gtk-solid-darker.css @@ -1456,7 +1456,7 @@ menu, .menu separator, .csd .menu separator { - min-height: 10px; + margin: 2px 0; background-color: #ffffff; } menu menuitem, .menu menuitem { diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 3245a58..ef5eef6 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.css @@ -1460,7 +1460,7 @@ menu, .menu separator, .csd .menu separator { - min-height: 10px; + margin: 2px 0; background-color: #ffffff; } menu menuitem, .menu menuitem { diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css index 3c550f1..f9b7108 100644 --- a/common/gtk-3.0/3.20/gtk.css +++ b/common/gtk-3.0/3.20/gtk.css @@ -1460,7 +1460,7 @@ menu, .menu separator, .csd .menu separator { - min-height: 10px; + margin: 2px 0; background-color: #ffffff; } menu menuitem, .menu menuitem { diff --git a/common/gtk-3.0/3.20/sass/_common.scss b/common/gtk-3.0/3.20/sass/_common.scss index 1d819b8..767a587 100644 --- a/common/gtk-3.0/3.20/sass/_common.scss +++ b/common/gtk-3.0/3.20/sass/_common.scss @@ -1517,7 +1517,7 @@ menu, separator, .csd & separator { - min-height: 10px; + margin: 2px 0; background-color: $_menu_bg; } |