diff options
author | lukefromdc <[email protected]> | 2016-12-03 00:37:37 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-05-10 20:59:37 +0200 |
commit | 6eb613210957bd7376f1230e309b149c66059758 (patch) | |
tree | aec02abf3dfd3ce7b85b3cd396b6792b74f4eea5 /desktop-themes | |
parent | 6c8752be886d8d0b70c7d67a79bd35526af7a021 (diff) | |
download | mate-themes-6eb613210957bd7376f1230e309b149c66059758.tar.bz2 mate-themes-6eb613210957bd7376f1230e309b149c66059758.tar.xz |
ContrastHighInverse: Fix Caja rename labels when theme actually applied
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css index 2bd5742a..3258e94e 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/mate-applications.css @@ -56,6 +56,7 @@ CajaNavigationWindow.background .view.caja-canvas-item { border-style: solid; border-width: 1px; border-color: @theme_fg_color; + color: @theme_fg_color; box-shadow: none; border-radius: 2px; text-shadow: none; |