From 6535d921e255704cbc01e7e3c8c7c0f39a6186cd Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 14 Apr 2021 20:41:20 +0000
Subject: [PATCH] Formfelder selectierbar

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