From f6498474c3b9e0b7770e0221755f3c91922e6b0a Mon Sep 17 00:00:00 2001
From: ulrich
Date: Wed, 14 Apr 2021 20:48:35 +0000
Subject: [PATCH] Zoom unterbunden

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