diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-12 07:43:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-12 07:43:51 (GMT) |
commit | 80428ecdd6411a94cf1248d113535b938fe6dbea (patch) | |
tree | a84c0a410696226446460533a6f5472dd001287e /src/gui/style.css | |
parent | fd2f458abac21ceefa55468e1cb072ed16224a8e (diff) |
Create a dialog window allowing to configure the default secret storage.
Diffstat (limited to 'src/gui/style.css')
-rw-r--r-- | src/gui/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gui/style.css b/src/gui/style.css index 44161f7..9078310 100644 --- a/src/gui/style.css +++ b/src/gui/style.css @@ -1,4 +1,13 @@ +/* Extension de style */ + +.dim-label { + + margin-bottom: 4px; + +} + + .boxed-widget { border-top-left-radius: 12px; |