From aa7af8673a3d894fc99a00d1a30ea57f44e3e1c5 Mon Sep 17 00:00:00 2001 From: lukefromdc Date: Sun, 4 Dec 2016 15:23:03 -0500 Subject: Rename labels: follow theme if available, sane default Fixes https://github.com/mate-desktop/caja/issues/688 *Split caja.css. Much of it can load with GTK_STYLE_PROVIDER_PRIORITY_THEME to allow themes that support Caja to set their own style. CSS required for the desktop background to show and to keep the white text suitable for most backgrounds needs GTK_STYLE_PROVIDER_PRIORITY_APPLICATION so it is loaded separately from new file caja-desktop.css *Move all css items that must not be overridden by themes (most of them are for the desktop) to caja-desktop.css and keep those that are only needed when themes do not set them at all in caja.css --- data/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 0342a34c..757958ba 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -34,6 +34,7 @@ cajadata_DATA = \ caja-extras.placeholder \ caja-suggested.placeholder \ caja.css \ + caja-desktop.css \ $(NULL) # app data file -- cgit v1.2.1