Mercurial > repos > other > Adwaita-Dark-Green
changeset 102:52522384054f
Add slight border to buttons in lists
There are probably more, but it's the one place that they're seen
in GTK4/Adwaita apps
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 27 Mar 2022 15:01:36 +0100 |
parents | 1e5ce701b8d8 |
children | d007f45f5171 |
files | gtk-4.4/gtk-minimal.css gtk-4.4/gtk-minimal.scss |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gtk-4.4/gtk-minimal.css Sun Mar 27 15:01:07 2022 +0100 +++ b/gtk-4.4/gtk-minimal.css Sun Mar 27 15:01:36 2022 +0100 @@ -21,3 +21,5 @@ @define-color popover_fg_color #161616; /* Fix the avatar shape */ avatar { border-radius: 4px; } + +list button { border: 1px @borders solid; }
--- a/gtk-4.4/gtk-minimal.scss Sun Mar 27 15:01:07 2022 +0100 +++ b/gtk-4.4/gtk-minimal.scss Sun Mar 27 15:01:36 2022 +0100 @@ -35,4 +35,8 @@ /* Fix the avatar shape */ -avatar { border-radius: 4px } \ No newline at end of file +avatar { border-radius: 4px } + +list button { + border: 1px #{"@borders"} solid ; +} \ No newline at end of file