aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.16/sass
diff options
context:
space:
mode:
authorHorst31802015-10-10 14:02:13 +0200
committerHorst31802015-10-10 14:02:13 +0200
commitf8825bddfaa50d4aa28e22537931b7c2046872c7 (patch)
treea8716e9b421cb3c02a6310c93ceecdf3b10a3928 /common/gtk-3.0/3.16/sass
parentbe882ef2144e5579208ee05b202e3bc53a92d7ce (diff)
downloadsolarc-theme-f8825bddfaa50d4aa28e22537931b7c2046872c7.tar.gz
solarc-theme-f8825bddfaa50d4aa28e22537931b7c2046872c7.tar.xz
solarc-theme-f8825bddfaa50d4aa28e22537931b7c2046872c7.zip
unity: set blue background for active indicators
Diffstat (limited to 'common/gtk-3.0/3.16/sass')
-rw-r--r--common/gtk-3.0/3.16/sass/_unity.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.16/sass/_unity.scss b/common/gtk-3.0/3.16/sass/_unity.scss
index 48ebb2b..00fec8f 100644
--- a/common/gtk-3.0/3.16/sass/_unity.scss
+++ b/common/gtk-3.0/3.16/sass/_unity.scss
@@ -53,6 +53,7 @@ UnityPanelWidget,
.unity-panel.menubar.menuitem:hover,
.unity-panel.menubar .menuitem *:hover {
border-radius: 0;
- color: $selected_bg_color;
+ color: $selected_fg_color;
+ background-image: linear-gradient(to bottom, $selected_bg_color);
border-bottom: none;
}