[gtk/gtk-3-24: 1/2] Adwaita: Fix label color on backdrop devel window



commit 22d9241ab4d96dbf21dc39021e364813bc8b5b94
Author: Alex Monday <monday15 gmx com>
Date:   Sun Mar 10 00:52:48 2019 +0500

    Adwaita: Fix label color on backdrop devel window
    
    Closes https://gitlab.gnome.org/GNOME/gtk/issues/1734

 gtk/theme/Adwaita/_common.scss           | 2 ++
 gtk/theme/Adwaita/gtk-contained-dark.css | 2 ++
 gtk/theme/Adwaita/gtk-contained.css      | 2 ++
 3 files changed, 6 insertions(+)
---
diff --git a/gtk/theme/Adwaita/_common.scss b/gtk/theme/Adwaita/_common.scss
index 1cb2c7da66..e6cc172987 100644
--- a/gtk/theme/Adwaita/_common.scss
+++ b/gtk/theme/Adwaita/_common.scss
@@ -1834,6 +1834,8 @@ window.devel {
       background: $bg_color -gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat,
                   image($bg_color); /* background-color would flash */
       color: transparentize($fg_color,.95);
+
+      label { color: $backdrop_fg_color; }
     }
   }
 }
diff --git a/gtk/theme/Adwaita/gtk-contained-dark.css b/gtk/theme/Adwaita/gtk-contained-dark.css
index c2d39a52c9..422ce4ab81 100644
--- a/gtk/theme/Adwaita/gtk-contained-dark.css
+++ b/gtk/theme/Adwaita/gtk-contained-dark.css
@@ -706,6 +706,8 @@ window.devel headerbar.titlebar:not(.selection-mode) label { color: #eeeeec; }
 
 window.devel headerbar.titlebar:not(.selection-mode):backdrop { background: #353535 
-gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat, image(#353535); /* background-color would 
flash */ color: rgba(238, 238, 236, 0.05); }
 
+window.devel headerbar.titlebar:not(.selection-mode):backdrop label { color: #919190; }
+
 /************ Pathbars * */
 .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; 
padding-right: 4px; }
 
diff --git a/gtk/theme/Adwaita/gtk-contained.css b/gtk/theme/Adwaita/gtk-contained.css
index 1b20d3812f..3ed164282d 100644
--- a/gtk/theme/Adwaita/gtk-contained.css
+++ b/gtk/theme/Adwaita/gtk-contained.css
@@ -714,6 +714,8 @@ window.devel headerbar.titlebar:not(.selection-mode) label { color: #2e3436; }
 
 window.devel headerbar.titlebar:not(.selection-mode):backdrop { background: #f6f5f4 
-gtk-icontheme("system-run-symbolic") 90% 0/256px 256px no-repeat, image(#f6f5f4); /* background-color would 
flash */ color: rgba(46, 52, 54, 0.05); }
 
+window.devel headerbar.titlebar:not(.selection-mode):backdrop label { color: #929595; }
+
 /************ Pathbars * */
 .path-bar button.text-button, .path-bar button.image-button, .path-bar button { padding-left: 4px; 
padding-right: 4px; }
 


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