[polari] ui: Fix text color in IRC feedback



commit e200dc51806675d2ed3648769b1ce4ae8fb58b7b
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Aug 29 15:48:22 2014 +0200

    ui: Fix text color in IRC feedback
    
    The default style of in-app notifications has changed to light-on-dark,
    so when overriding the background style to fit in with the input area,
    we need to override the foreground color as well.

 data/resources/application.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/resources/application.css b/data/resources/application.css
index 9b6e157..eab3cb2 100644
--- a/data/resources/application.css
+++ b/data/resources/application.css
@@ -86,6 +86,7 @@
 }
 
 .irc-feedback {
+    color: @theme_fg_color;
     background-color: @theme_bg_color;
     border-style: solid;
     border-color: @borders;


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