[evince/gnome-3-18] shell: Fix css style for ev-loading-message



commit 9a5c53b7a7e3b56ade944f284146ca107a44a401
Author: Germán Poo-Caamaño <gpoo gnome org>
Date:   Thu Nov 26 12:54:09 2015 -0800

    shell: Fix css style for ev-loading-message
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=758356

 shell/evince.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/shell/evince.css b/shell/evince.css
index 8653dec..63afebf 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;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]