From ca7ef547df0dbf267da95c845455d1f062f46a26 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xMRTT@proton.me> Date: Thu, 27 Apr 2023 00:31:58 +0200 Subject: [PATCH] data: add style --- data/bavarder.gresource.xml | 2 ++ data/style.css | 13 +++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 data/style.css diff --git a/data/bavarder.gresource.xml b/data/bavarder.gresource.xml index dae5f3c..9a2e2a0 100644 --- a/data/bavarder.gresource.xml +++ b/data/bavarder.gresource.xml @@ -3,5 +3,7 @@ ui/window.ui ui/help-overlay.ui + ui/preferences.ui + style.css diff --git a/data/style.css b/data/style.css new file mode 100644 index 0000000..5e85400 --- /dev/null +++ b/data/style.css @@ -0,0 +1,13 @@ +.text-box textview, +.text-box text { + background: none; + color: inherit; +} + +.scrolled-window undershoot.bottom { + border-bottom: 1px solid #ededed; +} + +.scrolled-window.top-undershoot undershoot.top { + border-top: 1px solid #ededed; +} \ No newline at end of file