From 3929b0fe2a7678b31f8971c9b9eb4536330f6c80 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 14 Apr 2021 16:26:58 +0000
Subject: [PATCH] Entitaet Geraet hinzugenommen, Aenderungen an Menues und UI

---
 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