remove sidebar background in wingpanel popovers

pull/654/head
Horst3180 8 years ago
parent ad3103818d
commit b7bebc5acd

@ -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;

@ -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;

@ -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;

@ -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;

@ -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;

@ -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;

@ -773,6 +773,8 @@ WingpanelWidgetsIndicatorPopover.popover {
text-shadow: none;
icon-shadow: none;
.sidebar { background: none; }
.menuitem {
padding: 5px;
outline-color: transparent;

Loading…
Cancel
Save