mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
theme: Add some random CSS for section headers
This commit is contained in:
parent
46adfbef4f
commit
e1ed9f10c6
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
/********************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user