diff options
author | raveit65 <[email protected]> | 2016-07-14 12:35:40 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-07-14 12:36:28 +0200 |
commit | 38fdc49e5aefa5dcb4ced11ae1bbc9b61d4979de (patch) | |
tree | 49f0c602f3e4c9b1d12497a543f90cc9d7f18bbd /desktop-themes/Green-Submarine | |
parent | 17ec5a479c2a0d27320abaced92f9f1061e2a766 (diff) | |
download | mate-themes-38fdc49e5aefa5dcb4ced11ae1bbc9b61d4979de.tar.bz2 mate-themes-38fdc49e5aefa5dcb4ced11ae1bbc9b61d4979de.tar.xz |
GTK+-3.20 most themes: fix fg color of treeview.trough if selected
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index 87aeda04..2e8520b5 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -553,6 +553,7 @@ notebook treeview.view.trough:selected:hover { box-shadow: inset 1px 1px alpha(#000, 0.15),
inset -1px -1px alpha(#000, 0.15);
text-shadow: none;
+ color: @theme_fg_color;
}
progressbar.vertical trough {
|