[gtk/wip/otte/listview: 10/13] css: Add some CSS for sections
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/listview: 10/13] css: Add some CSS for sections
- Date: Mon, 28 Feb 2022 03:44:08 +0000 (UTC)
commit 94267613394970a647b3e741e99ed36760d2a213
Author: Benjamin Otte <otte redhat com>
Date: Sat Feb 26 04:01:47 2022 +0100
css: Add some CSS for sections
Does two things:
1. Makes sure I find them
2. Makes sure some designer will notice they need restyling
gtk/theme/Default/_common.scss | 10 ++++++++++
1 file changed, 10 insertions(+)
---
diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss
index 27e75a2d52..2038f54a0c 100644
--- a/gtk/theme/Default/_common.scss
+++ b/gtk/theme/Default/_common.scss
@@ -142,6 +142,11 @@ gridview {
margin: 12px;
}
}
+
+ > section {
+ background: hotpink;
+ padding: 6px;
+ }
}
coverflow cover {
@@ -3316,6 +3321,11 @@ list {
&.separators:not(.horizontal) > row:not(.separator) {
border-bottom: 1px solid $_treeview_borders_color;
}
+
+ > section {
+ background: hotpink;
+ padding: 6px;
+ }
}
row {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]