diff options
author | Horst3180 | 2016-09-20 00:53:16 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-20 00:53:16 +0200 |
commit | b7bebc5acd64908a3f1f49aec9b46690fec369af (patch) | |
tree | 1685e792d7354aba2eac76d479723c68de78a350 /common/gtk-3.0/3.18/gtk-darker.css | |
parent | ad3103818d443630c99bb132eea4d8261c254ca7 (diff) | |
download | solarc-theme-b7bebc5acd64908a3f1f49aec9b46690fec369af.tar.gz solarc-theme-b7bebc5acd64908a3f1f49aec9b46690fec369af.tar.xz solarc-theme-b7bebc5acd64908a3f1f49aec9b46690fec369af.zip |
remove sidebar background in wingpanel popovers
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-darker.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-darker.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; |