Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Breeze for GTK
Commits
09191c32
Commit
09191c32
authored
Feb 18, 2022
by
Jan Blackquill
🌈
Committed by
Nate Graham
Feb 21, 2022
Browse files
gtk3, gtk4: set bg colour on lists
BUG: 450530
parent
14cfa4c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/gtk3/widgets/_lists.scss
View file @
09191c32
...
...
@@ -22,6 +22,7 @@
list
{
color
:
gtk
(
"@theme_fg_color"
);
background
:
gtk
(
"@theme_base_color"
);
border-radius
:
3px
;
&
.content
{
border
:
1px
solid
gtk
(
"@borders"
);
...
...
src/gtk4/widgets/_lists.scss
View file @
09191c32
...
...
@@ -22,6 +22,7 @@
list
{
color
:
gtk
(
"@theme_fg_color"
);
background
:
gtk
(
"@theme_base_color"
);
border-radius
:
3px
;
&
.content
{
border
:
1px
solid
gtk
(
"@borders"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment