diff options
author | raveit65 <[email protected]> | 2017-05-12 12:21:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-12 12:22:55 +0200 |
commit | 09e4c93f6446131efcf515e7d09ffe28d6bceb1f (patch) | |
tree | afefa694c2d77d57612fb0a9e13e32d643af1e3f /desktop-themes/Blue-Submarine | |
parent | 74c69818684a1875dc811aadb7cb2efe4bda86a8 (diff) | |
download | mate-themes-09e4c93f6446131efcf515e7d09ffe28d6bceb1f.tar.bz2 mate-themes-09e4c93f6446131efcf515e7d09ffe28d6bceb1f.tar.xz |
Gtk+-3.20 submarine themes: fix fg color in pluma error dialogs
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 1d74c5ad..801ca821 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -1087,7 +1087,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)); |