[gnome-taquin] Ensure fonts have a correct color.



commit 70df2dca8c8e6b8eec9c249c8e750d87f2b076b7
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Feb 16 15:52:33 2015 +0100

    Ensure fonts have a correct color.

 data/taquin.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/taquin.css b/data/taquin.css
index 4ec562c..714e053 100644
--- a/data/taquin.css
+++ b/data/taquin.css
@@ -11,6 +11,10 @@ GtkRadioButton.radio-like-toggle {
     padding-top: 15px;
     padding-bottom: 185px;
     background-position: center 25px;
+    color: @theme_fg_color;
+}
+GtkRadioButton.radio-like-toggle:backdrop {
+    color: @theme_unfocused_fg_color;
 }
 
 GtkRadioButton.radio-like-toggle,


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