diff options
author | Horst3180 | 2016-09-20 00:02:38 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-20 00:02:38 +0200 |
commit | bee90f08d3bed97586f58d5f6ffb439b6f951939 (patch) | |
tree | 766912756ccb34c27dac19398a902add895026cb /common/gtk-3.0/3.18/sass/_applications.scss | |
parent | 3e6c57d230cf67df5e57f8cc41a21efe5a4fcda6 (diff) | |
download | solarc-theme-bee90f08d3bed97586f58d5f6ffb439b6f951939.tar.gz solarc-theme-bee90f08d3bed97586f58d5f6ffb439b6f951939.tar.xz solarc-theme-bee90f08d3bed97586f58d5f6ffb439b6f951939.zip |
use blue highlight in wingpanel popovers
Diffstat (limited to 'common/gtk-3.0/3.18/sass/_applications.scss')
-rw-r--r-- | common/gtk-3.0/3.18/sass/_applications.scss | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/common/gtk-3.0/3.18/sass/_applications.scss b/common/gtk-3.0/3.18/sass/_applications.scss index 3be8002..fcc199d 100644 --- a/common/gtk-3.0/3.18/sass/_applications.scss +++ b/common/gtk-3.0/3.18/sass/_applications.scss @@ -768,15 +768,12 @@ WingpanelWidgetsIndicatorPopover.popover { 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; + color: $selected_fg_color; + background-color: $selected_bg_color; } *:insensitive { color: $insensitive_fg_color; } } |