[gnome-games/wip/exalm/css: 3/3] css: Swap sidebar colors
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/css: 3/3] css: Swap sidebar colors
- Date: Wed, 15 Jan 2020 17:00:18 +0000 (UTC)
commit ae68f39dea09bbf76d1cf5ff338bcf8eaef01231
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Wed Jan 15 21:58:39 2020 +0500
css: Swap sidebar colors
Use base color for list and bg color for background.
data/gtk-style.css | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/data/gtk-style.css b/data/gtk-style.css
index 1e921be6..591dcf18 100644
--- a/data/gtk-style.css
+++ b/data/gtk-style.css
@@ -61,20 +61,24 @@ gamesflashbox {
box.sidebar,
box.sidebar > list {
transition: all 200ms;
- background: @theme_bg_color;
+ background: @theme_base_color;
border: 0 solid @borders;
}
box.sidebar:backdrop,
box.sidebar:backdrop > list {
- background-color: @theme_unfocused_bg_color;
+ background-color: @theme_unfocused_base_color;
border-color: @unfocused_borders;
}
.folded box.sidebar {
padding: 18px;
+ background: @theme_bg_color;
}
+.folded:backdrop box.sidebar {
+ background: @theme_unfocused_bg_color;
+}
list.rounded,
.folded box.sidebar > list {
background: @theme_base_color;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]