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/gtk-contained-dark.css | 2 +- common/gtk-3.0/3.16/gtk-contained-darker.css | 2 +- common/gtk-3.0/3.16/gtk-contained-solid-dark.css | 2 +- common/gtk-3.0/3.16/gtk-contained-solid-darker.css | 2 +- common/gtk-3.0/3.16/gtk-contained-solid.css | 2 +- common/gtk-3.0/3.16/gtk-contained.css | 2 +- common/gtk-3.0/3.16/sass/_common.scss | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'common/gtk-3.0/3.16') diff --git a/common/gtk-3.0/3.16/gtk-contained-dark.css b/common/gtk-3.0/3.16/gtk-contained-dark.css index f5b9a4f..0a7e5a9 100644 --- a/common/gtk-3.0/3.16/gtk-contained-dark.css +++ b/common/gtk-3.0/3.16/gtk-contained-dark.css @@ -1526,7 +1526,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.arrow:active { color: #D3DAE3; } .notebook.arrow:insensitive { - color: rgba(211, 218, 227, 0); } + color: rgba(211, 218, 227, 0.15); } /************** * Scrollbars * diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css index ac27f39..6c62bf8 100644 --- a/common/gtk-3.0/3.16/gtk-contained-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-darker.css @@ -1527,7 +1527,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.arrow:active { color: #5c616c; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0); } + color: rgba(92, 97, 108, 0.25); } /************** * Scrollbars * diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css index 52b12c7..f92eb1c 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css @@ -1526,7 +1526,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.arrow:active { color: #D3DAE3; } .notebook.arrow:insensitive { - color: rgba(211, 218, 227, 0); } + color: rgba(211, 218, 227, 0.15); } /************** * Scrollbars * diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css index ef6e9df..9724413 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css @@ -1527,7 +1527,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.arrow:active { color: #5c616c; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0); } + color: rgba(92, 97, 108, 0.25); } /************** * Scrollbars * diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css index 0e93bff..e587370 100644 --- a/common/gtk-3.0/3.16/gtk-contained-solid.css +++ b/common/gtk-3.0/3.16/gtk-contained-solid.css @@ -1526,7 +1526,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.arrow:active { color: #5c616c; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0); } + color: rgba(92, 97, 108, 0.25); } /************** * Scrollbars * diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css index 51e4c90..eab47fb 100644 --- a/common/gtk-3.0/3.16/gtk-contained.css +++ b/common/gtk-3.0/3.16/gtk-contained.css @@ -1526,7 +1526,7 @@ column-header .button, column-header .button:hover, column-header .button:active .notebook.arrow:active { color: #5c616c; } .notebook.arrow:insensitive { - color: rgba(92, 97, 108, 0); } + color: rgba(92, 97, 108, 0.25); } /************** * Scrollbars * 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