aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorst31802016-09-20 00:53:16 +0200
committerHorst31802016-09-20 00:53:16 +0200
commitb7bebc5acd64908a3f1f49aec9b46690fec369af (patch)
tree1685e792d7354aba2eac76d479723c68de78a350
parentad3103818d443630c99bb132eea4d8261c254ca7 (diff)
downloadsolarc-theme-b7bebc5acd64908a3f1f49aec9b46690fec369af.tar.gz
solarc-theme-b7bebc5acd64908a3f1f49aec9b46690fec369af.tar.xz
solarc-theme-b7bebc5acd64908a3f1f49aec9b46690fec369af.zip
remove sidebar background in wingpanel popovers
-rw-r--r--common/gtk-3.0/3.18/gtk-dark.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-darker.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-solid-dark.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-solid-darker.css2
-rw-r--r--common/gtk-3.0/3.18/gtk-solid.css2
-rw-r--r--common/gtk-3.0/3.18/gtk.css2
-rw-r--r--common/gtk-3.0/3.18/sass/_applications.scss2
7 files changed, 14 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.18/gtk-dark.css b/common/gtk-3.0/3.18/gtk-dark.css
index 710ed8b..d55bfec 100644
--- a/common/gtk-3.0/3.18/gtk-dark.css
+++ b/common/gtk-3.0/3.18/gtk-dark.css
@@ -3257,6 +3257,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk-darker.css b/common/gtk-3.0/3.18/gtk-darker.css
index a8671df..4cba945 100644
--- a/common/gtk-3.0/3.18/gtk-darker.css
+++ b/common/gtk-3.0/3.18/gtk-darker.css
@@ -3263,6 +3263,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk-solid-dark.css b/common/gtk-3.0/3.18/gtk-solid-dark.css
index 01e354b..f5340c5 100644
--- a/common/gtk-3.0/3.18/gtk-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-solid-dark.css
@@ -3257,6 +3257,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk-solid-darker.css b/common/gtk-3.0/3.18/gtk-solid-darker.css
index dea8abb..2e27795 100644
--- a/common/gtk-3.0/3.18/gtk-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-solid-darker.css
@@ -3263,6 +3263,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk-solid.css b/common/gtk-3.0/3.18/gtk-solid.css
index b6d2eda..926f008 100644
--- a/common/gtk-3.0/3.18/gtk-solid.css
+++ b/common/gtk-3.0/3.18/gtk-solid.css
@@ -3267,6 +3267,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/gtk.css b/common/gtk-3.0/3.18/gtk.css
index 6b46532..e730841 100644
--- a/common/gtk-3.0/3.18/gtk.css
+++ b/common/gtk-3.0/3.18/gtk.css
@@ -3267,6 +3267,8 @@ WingpanelWidgetsIndicatorPopover.popover {
font: initial;
text-shadow: none;
icon-shadow: none; }
+ WingpanelWidgetsIndicatorPopover.popover .sidebar {
+ background: none; }
WingpanelWidgetsIndicatorPopover.popover .menuitem {
padding: 5px;
outline-color: transparent;
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss
index 1cf5936..1bbcde6 100644
--- a/common/gtk-3.0/3.18/sass/_applications.scss
+++ b/common/gtk-3.0/3.18/sass/_applications.scss
@@ -773,6 +773,8 @@ WingpanelWidgetsIndicatorPopover.popover {
text-shadow: none;
icon-shadow: none;
+ .sidebar { background: none; }
+
.menuitem {
padding: 5px;
outline-color: transparent;