From 9c7bda01801855aeb45adf1fe1ddbada80cc050d Mon Sep 17 00:00:00 2001 From: ulrich Date: Wed, 14 Apr 2021 06:22:51 +0000 Subject: [PATCH] UI- und Menue-Anpassungen --- www/ui/app.css | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/www/ui/app.css b/www/ui/app.css index 5799afd..fee32a3 100644 --- a/www/ui/app.css +++ b/www/ui/app.css @@ -164,7 +164,6 @@ .entity-formular { display: flex; flex-flow: column; - user-select: none; font-size: smaller; } @@ -185,11 +184,9 @@ user-select: none; } -/* -.entity-element:focus { - outline: none; +.entity-form-element { + margin: 0.4rem; } -*/ .entity-element:hover { background-color: #ececec; -- Gitblit v1.9.3