[gnome-games/wip/exalm/lists: 3/5] css: Use proper colors for backdrop
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/lists: 3/5] css: Use proper colors for backdrop
- Date: Tue, 14 Jan 2020 21:12:38 +0000 (UTC)
commit a9a7bc2fc9ac14845b2bf66d2041e16604af73c5
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 f7009ebc..db4827ac 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]