diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-06-01 13:27:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-06-01 13:27:50 (GMT) |
commit | 07333983ff99b22994a79c8a7cbf4fad0b80158f (patch) | |
tree | ea38a27b114212b662f31feadfe2db1347a53148 /src/gui/style.css | |
parent | bde358e3a0b8333fd796c89a3be998d8ad5b1826 (diff) |
Build a static image for the About dialog box background.gtk4
Diffstat (limited to 'src/gui/style.css')
-rw-r--r-- | src/gui/style.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/style.css b/src/gui/style.css index e21d931..dce41fa 100644 --- a/src/gui/style.css +++ b/src/gui/style.css @@ -36,11 +36,7 @@ list.boxed-list, list.boxed-list > row:last-child { /* about.css */ -.black-bg { - - background-color: black; - -} +@import url('resource:///re/chrysalide/framework/gui/dialogs/about.css'); /* welcome.css */ |