aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
diff options
context:
space:
mode:
authorHorst31802015-07-14 12:38:07 +0200
committerHorst31802015-07-14 12:38:07 +0200
commit166d7be1b74c2005035cb123512fa92d1258fc25 (patch)
treeec31eef8e31e6d1c2dd37a5d33220a8fcfa46935 /common/gtk-3.0/3.16/gtk-contained-solid-dark.css
parent7b67aaf107ba378e6222404c1bbed51232158be7 (diff)
downloadsolarc-theme-166d7be1b74c2005035cb123512fa92d1258fc25.tar.gz
solarc-theme-166d7be1b74c2005035cb123512fa92d1258fc25.tar.xz
solarc-theme-166d7be1b74c2005035cb123512fa92d1258fc25.zip
fix wingpanel v0.4.x indicator popovers
Diffstat (limited to 'common/gtk-3.0/3.16/gtk-contained-solid-dark.css')
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-dark.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
index 4fe868f..948d640 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
@@ -2878,6 +2878,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 {