summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-05-12 12:21:53 +0200
committerraveit65 <[email protected]>2017-05-12 12:22:55 +0200
commit09e4c93f6446131efcf515e7d09ffe28d6bceb1f (patch)
treeafefa694c2d77d57612fb0a9e13e32d643af1e3f /desktop-themes
parent74c69818684a1875dc811aadb7cb2efe4bda86a8 (diff)
downloadmate-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')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css2
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css2
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));