From bc87cbe89aefead11c7f2296293ae999b7ee614d Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 21 Oct 2013 17:48:22 +0530 Subject: [PATCH] Fix evolution mail preview --- gtk-3.0/apps/gnome-applications.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gtk-3.0/apps/gnome-applications.css b/gtk-3.0/apps/gnome-applications.css index 3ebf8f9..19de21f 100644 --- a/gtk-3.0/apps/gnome-applications.css +++ b/gtk-3.0/apps/gnome-applications.css @@ -309,3 +309,11 @@ GucharmapChartable:selected { background-color: @theme_selected_bg_color; color: @theme_selected_fg_color; } + +/************* + * evolution * + *************/ +EPreviewPane .entry { + background-color: @theme_base_color; + color: @theme_text_color; +}