diff options
author | raveit65 <[email protected]> | 2016-03-25 16:52:12 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-25 16:52:12 +0100 |
commit | 5369fb22fc17384c2011e85da9ecc7bd019daa3b (patch) | |
tree | 956aa4cc631606ee02c0909602e081969d4f63e1 | |
parent | 4a31c0e1c462ca5f7d8675828818c30f2f2727ed (diff) | |
download | mate-themes-5369fb22fc17384c2011e85da9ecc7bd019daa3b.tar.bz2 mate-themes-5369fb22fc17384c2011e85da9ecc7bd019daa3b.tar.xz |
GTK+-3.20 Menta: fix fg color of desktop caja-canvas-item
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 792a70f9..bf23ab7a 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -177,7 +177,7 @@ /* desktop mode */ .caja-desktop.caja-canvas-item { - color: @theme_selected_fg_color; + color: @theme_base_color; text-shadow: 1px 1px alpha (#000000, 0.8); } |