From c9a86dbd96f762a8118792200822933144adbfb2 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Wed, 15 Apr 2026 18:16:30 +0200 Subject: [PATCH] css work Signed-off-by: Stephan Richter --- frontend/src/routes/accounting/account.svelte | 2 +- web/src/main/resources/web/css/default.css | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/src/routes/accounting/account.svelte b/frontend/src/routes/accounting/account.svelte index 35a4ff9e..1b2824fa 100644 --- a/frontend/src/routes/accounting/account.svelte +++ b/frontend/src/routes/accounting/account.svelte @@ -86,7 +86,7 @@ {/each} {t('other party')} {t('purpose')} - {t('tags')} + diff --git a/web/src/main/resources/web/css/default.css b/web/src/main/resources/web/css/default.css index d260fffe..bd6f8ebc 100644 --- a/web/src/main/resources/web/css/default.css +++ b/web/src/main/resources/web/css/default.css @@ -355,6 +355,16 @@ textarea{ margin: 5px 0 5px auto; } +.taglist .tag.editor, +.taglist .tag button{ + display: none; +} + +.taglist:hover .editor, +.taglist:hover .tag button{ + display: inherit; +} + .taglist .editor > span{ display: inline-block; min-width: 150px;