diff options
Diffstat (limited to 'common/gtk-3.0/3.16/_applications.scss')
-rw-r--r-- | common/gtk-3.0/3.16/_applications.scss | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/common/gtk-3.0/3.16/_applications.scss b/common/gtk-3.0/3.16/_applications.scss index 5166251..dc5b3cb 100644 --- a/common/gtk-3.0/3.16/_applications.scss +++ b/common/gtk-3.0/3.16/_applications.scss @@ -680,6 +680,34 @@ MarlinViewWindow *:selected:focus { .menu .spinner { opacity: 1 } // Fixes sound indicator buttons // +// Wingpanel Popover +// +WingpanelWidgetsIndicatorPopover.popover { + padding: 0; + + text-shadow: none; + icon-shadow: none; + + .menuitem { + padding: 5px; + outline-color: transparent; + text-shadow: none; + icon-shadow: none; + border: solid transparent; + border-width: 1px 0; + + GtkLabel, GtkImage { padding: 0 3px; } + + &:hover, &:active { + background-color: if($variant == 'light', transparentize(black, 0.96), transparentize(white, 0.95)); + border: solid if($variant == 'light', transparentize(black, 0.92), transparentize(white, 0.93)); + border-width: 1px 0; + } + *:insensitive { color: $insensitive_fg_color; } + } +} + +// // Pantheon Terminal // PantheonTerminalPantheonTerminalWindow.background { |