[gnome-panel/wip/status-notifier] use theme_unfocused_text_color as text color on panel



commit a82f2f2d2d7f464b2521dff913a86684c879cc2e
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date:   Wed Jul 22 23:21:09 2015 +0300

    use theme_unfocused_text_color as text color on panel
    
    https://mail.gnome.org/archives/gnome-flashback-list/2015-July/msg00021.html

 gnome-panel/Adwaita.css      |    4 ++--
 gnome-panel/HighContrast.css |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gnome-panel/Adwaita.css b/gnome-panel/Adwaita.css
index 0a33820..83d6f98 100644
--- a/gnome-panel/Adwaita.css
+++ b/gnome-panel/Adwaita.css
@@ -6,7 +6,7 @@ PanelWidget {
 PanelApplet > GtkMenuBar.menubar,
 ClockBox {
        font: bold;
-       color: @theme_unfocused_fg_color;
+       color: @theme_unfocused_text_color;
        background: transparent;
 }
 
@@ -30,7 +30,7 @@ PanelApplet GtkButton#tasklist-button,
 PanelApplet GtkButton#clock-applet-button,
 PanelApplet GtkButton#showdesktop-button {
        padding: 0px 4px;
-       color: @theme_unfocused_fg_color;
+       color: @theme_unfocused_text_color;
        border: 0;
        border-radius: 0;
 }
diff --git a/gnome-panel/HighContrast.css b/gnome-panel/HighContrast.css
index 0a33820..83d6f98 100644
--- a/gnome-panel/HighContrast.css
+++ b/gnome-panel/HighContrast.css
@@ -6,7 +6,7 @@ PanelWidget {
 PanelApplet > GtkMenuBar.menubar,
 ClockBox {
        font: bold;
-       color: @theme_unfocused_fg_color;
+       color: @theme_unfocused_text_color;
        background: transparent;
 }
 
@@ -30,7 +30,7 @@ PanelApplet GtkButton#tasklist-button,
 PanelApplet GtkButton#clock-applet-button,
 PanelApplet GtkButton#showdesktop-button {
        padding: 0px 4px;
-       color: @theme_unfocused_fg_color;
+       color: @theme_unfocused_text_color;
        border: 0;
        border-radius: 0;
 }


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