From 384a8ae61631068e19ba9e0b4ea07aa63087ce93 Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Thu, 27 Jun 2019 11:53:52 +0200 Subject: desktop: Add specific CSS for HighContrast and HighContrastInverse Those themes should provide highly contrasted display, so make sure to have a background on the desktop items labels and use the theme's colors. --- data/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am index 09dc2509..72c43799 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -38,6 +38,9 @@ cajadata_DATA = \ caja-suggested.placeholder \ caja.css \ caja-desktop.css \ + a11y-caja-desktop-base.css \ + caja-desktop-HighContrast.css \ + caja-desktop-HighContrastInverse.css \ $(NULL) # app data file -- cgit v1.2.1