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.14/gtk-contained-dark.css | 2 +- common/gtk-3.0/3.14/gtk-contained-darker.css | 2 +- common/gtk-3.0/3.14/gtk-contained-solid-dark.css | 2 +- common/gtk-3.0/3.14/gtk-contained-solid-darker.css | 2 +- common/gtk-3.0/3.14/gtk-contained-solid.css | 2 +- common/gtk-3.0/3.14/gtk-contained.css | 2 +- common/gtk-3.0/3.14/sass/_common.scss | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'common/gtk-3.0/3.14') diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css index 0f49ec6..5ca613b 100644 --- a/common/gtk-3.0/3.14/gtk-contained-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-dark.css @@ -1511,7 +1511,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.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css index b41fb9e..d296129 100644 --- a/common/gtk-3.0/3.14/gtk-contained-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-darker.css @@ -1512,7 +1512,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.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css index 6ac7f91..be70c84 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css @@ -1511,7 +1511,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.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css index e44e1e7..98a78c9 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css @@ -1512,7 +1512,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.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css index f5e1039..4f72252 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid.css @@ -1511,7 +1511,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.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css index 43c5184..2628d67 100644 --- a/common/gtk-3.0/3.14/gtk-contained.css +++ b/common/gtk-3.0/3.14/gtk-contained.css @@ -1511,7 +1511,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.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); } } } -- cgit v1.2.3