diff options
Diffstat (limited to 'common/gtk-3.0/3.14/sass')
-rw-r--r-- | common/gtk-3.0/3.14/sass/_common.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss index 089b641..b9f2863 100644 --- a/common/gtk-3.0/3.14/sass/_common.scss +++ b/common/gtk-3.0/3.14/sass/_common.scss @@ -1735,7 +1735,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); } } } |