From cdbca4b02b4bbb077b64c3ff4f0b84c09e78f0ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Poo-Caama=C3=B1o?= Date: Thu, 26 Nov 2015 12:54:09 -0800 Subject: [PATCH] shell: Fix css style for ev-loading-message Fixes https://bugzilla.gnome.org/show_bug.cgi?id=758356 --- shell/evince.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shell/evince.css b/shell/evince.css index 8653dec6..63afebfc 100644 --- a/shell/evince.css +++ b/shell/evince.css @@ -3,8 +3,8 @@ } #ev-loading-message { - background-color: @info_bg_color; - color: @info_fg_color; + background-color: @theme_bg_color; + color: @theme_fg_color; border-radius: 10px; padding: 10px; }