summaryrefslogtreecommitdiff
path: root/gtk/theme
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2023-04-11 04:46:24 +0200
committerBenjamin Otte <otte@redhat.com>2023-05-09 17:00:40 +0200
commite1ed9f10c6b37badc3d99fd349d75f4c43e53d37 (patch)
treebfe818e56265582bf0816c3cedb0b4d6b129ffbe /gtk/theme
parent46adfbef4f3285d0e810adc4910e59a46b629435 (diff)
downloadgtk+-e1ed9f10c6b37badc3d99fd349d75f4c43e53d37.tar.gz
theme: Add some random CSS for section headers
Diffstat (limited to 'gtk/theme')
-rw-r--r--gtk/theme/Default/_common.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/gtk/theme/Default/_common.scss b/gtk/theme/Default/_common.scss
index 33b7172914..231600ecf8 100644
--- a/gtk/theme/Default/_common.scss
+++ b/gtk/theme/Default/_common.scss
@@ -3377,7 +3377,7 @@ columnview row:not(:selected) cell editablelabel.editing text selection {
.rich-list { /* rich lists usually containing other widgets than just labels/text */
- & > row {
+ & > row, & > header {
padding: 8px 12px;
min-height: 32px; /* should be tall even when only containing a label */
@@ -3385,6 +3385,14 @@ columnview row:not(:selected) cell editablelabel.editing text selection {
border-spacing: 12px;
}
}
+ & > header {
+ @extend %osd;
+ background-color: $osd_bg_color;
+
+ border-bottom: 1px solid $borders-color;
+ border-top: 1px solid $borders-color;
+ font-weight: bold;
+ }
}
/********************************************************