From 166d7be1b74c2005035cb123512fa92d1258fc25 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Tue, 14 Jul 2015 12:38:07 +0200 Subject: fix wingpanel v0.4.x indicator popovers --- common/gtk-3.0/3.14/gtk-contained-dark.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'common/gtk-3.0/3.14/gtk-contained-dark.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css index dbb32a7..2ac0e45 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -2912,6 +2912,26 @@ MarlinViewWindow *:selected:focus { .menu .spinner { opacity: 1; } +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + text-shadow: none; + icon-shadow: none; } + WingpanelWidgetsIndicatorPopover.popover .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem GtkLabel, WingpanelWidgetsIndicatorPopover.popover .menuitem GtkImage { + padding: 0 3px; } + WingpanelWidgetsIndicatorPopover.popover .menuitem:hover, WingpanelWidgetsIndicatorPopover.popover .menuitem:active { + background-color: rgba(255, 255, 255, 0.05); + border: solid rgba(255, 255, 255, 0.07); + border-width: 1px 0; } + WingpanelWidgetsIndicatorPopover.popover .menuitem *:insensitive { + color: rgba(211, 218, 227, 0.45); } + PantheonTerminalPantheonTerminalWindow.background { background-color: transparent; } PantheonTerminalPantheonTerminalWindow.background .notebook.header.top { -- cgit v1.2.3