diff options
author | Horst3180 | 2015-08-03 19:23:10 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-03 19:23:10 +0200 |
commit | 2376326de034be8260cbc7d712563267137c2515 (patch) | |
tree | 58d37c45b9ea4784eab756bb5f6e524be89ea605 /common/gtk-3.0/3.14/gtk-contained-dark.css | |
parent | bd5daf593a3b37de4128edaf848b821f6bcd26b6 (diff) | |
download | solarc-theme-2376326de034be8260cbc7d712563267137c2515.tar.gz solarc-theme-2376326de034be8260cbc7d712563267137c2515.tar.xz solarc-theme-2376326de034be8260cbc7d712563267137c2515.zip |
fix invisible notebook arrow
Diffstat (limited to 'common/gtk-3.0/3.14/gtk-contained-dark.css')
-rw-r--r-- | common/gtk-3.0/3.14/gtk-contained-dark.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 * |