[gnome-games/wip/exalm/lists: 4/4] css: Use proper colors for backdrop



commit 9d4290047301ebb81484b783d75e01e17be86710
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Jan 14 23:56:49 2020 +0500

    css: Use proper colors for backdrop

 data/gtk-style.css | 8 ++++++++
 1 file changed, 8 insertions(+)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 625021bf..69419e76 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -4,10 +4,18 @@
        background-color: @theme_bg_color;
 }
 
+.solid-background:backdrop {
+       background-color: @theme_unfocused_bg_color;
+}
+
 .content-view {
        background-color: @theme_base_color;
 }
 
+.content-view:backdrop {
+       background-color: @theme_unfocused_base_color;
+}
+
 .savestate-row {
        padding: 0;
 }


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