From 2376326de034be8260cbc7d712563267137c2515 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Mon, 3 Aug 2015 19:23:10 +0200 Subject: fix invisible notebook arrow --- common/gtk-3.0/3.16/sass/_common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.16/sass') diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss index 6b075ee..27956f6 100644 --- a/common/gtk-3.0/3.16/sass/_common.scss +++ b/common/gtk-3.0/3.16/sass/_common.scss @@ -1750,7 +1750,7 @@ column-header.button.dnd { // for treeview-like derive widgets &:hover { color: mix($fg_color, $insensitive_fg_color, 50%); } &:active { color: $fg_color; } &:insensitive { - color: transparentize($insensitive_fg_color,0.7); + color: transparentize($insensitive_fg_color,0.3); } } } -- cgit v1.2.3