[gnome-boxes] gtk-style: Replace hardcoded colors by theme colors



commit 2d050fab9f7d6633518b936b10768d920daa7c86
Author: Lasse Schuirmann <lasse schuirmann gmail com>
Date:   Sun Aug 17 19:56:18 2014 +0200

    gtk-style: Replace hardcoded colors by theme colors
    
    The colors from the theme look almost the same while providing better
    maintainability due to less hardcoded colors and less code in general.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=731952

 data/gtk-style.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 6a668f0..91196b3 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -52,7 +52,7 @@ BoxesMiniGraph {
 }
 
 .boxes-property-name-label {
-    color: #bebebe;
+    color: @theme_unfocused_fg_color;
 }
 
 .boxes-step-label {
@@ -77,11 +77,11 @@ BoxesMiniGraph {
 }
 
 .boxes-wizard-label {
-    color: #d8d8d8;
+    color: @theme_fg_color;
 }
 
 .boxes-wizard-summary-prop-name-label {
-    color: #bebebe;
+    color: @theme_unfocused_fg_color;
 }
 
 .boxes-wizard-media-os-label {
@@ -90,7 +90,7 @@ BoxesMiniGraph {
 }
 
 .boxes-wizard-current-page-label {
-    color: white;
+    color: @theme_fg_color;
 }
 
 .boxes-logo-notice-label {


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