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.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/gtk-3.0/3.14/gtk-contained.css') 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 * -- cgit v1.2.3