diff options
author | raveit65 <[email protected]> | 2017-05-12 12:21:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-12 12:22:34 +0200 |
commit | d4734a3e98f2d188f8644fd94aaa8e8e096a9aa9 (patch) | |
tree | cdc35c618fc1499f6cfc4f5f6a736c8b98ed4df5 /desktop-themes/Green-Submarine | |
parent | b8765a9acd3584e3e19cfd0c248bcd047da8060f (diff) | |
download | mate-themes-d4734a3e98f2d188f8644fd94aaa8e8e096a9aa9.tar.bz2 mate-themes-d4734a3e98f2d188f8644fd94aaa8e8e096a9aa9.tar.xz |
Gtk+-3.20 submarine themes: fix fg color in pluma error dialogs
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index 8f0b3788..e4fd04bd 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -1099,7 +1099,7 @@ vte-terminal { } /* sidebar file-browser */ -.pluma-window paned.horizontal box.vertical { +.pluma-window > box.vertical > paned.horizontal > box.vertical { background-image: linear-gradient(to bottom, shade(@theme_bg_color, 1.14), shade(@theme_bg_color, 1.1)); |