From d4734a3e98f2d188f8644fd94aaa8e8e096a9aa9 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 12 May 2017 12:21:53 +0200 Subject: Gtk+-3.20 submarine themes: fix fg color in pluma error dialogs --- desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 2 +- desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 2 +- 2 files changed, 2 insertions(+), 2 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)); 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)); -- cgit v1.2.1