From 86cd42358eba95bc0ae1443558b6695e5e3e13af Mon Sep 17 00:00:00 2001
From: ulrich
Date: Mon, 26 Apr 2021 15:44:28 +0000
Subject: [PATCH] Readme angepasst

---
 www/ui/app.css |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/www/ui/app.css b/www/ui/app.css
index 223d796..c8d2cf9 100644
--- a/www/ui/app.css
+++ b/www/ui/app.css
@@ -129,7 +129,7 @@
   /* position: relative; */
   /* height: 0.1em; */
   /* transition: all 0.3s ease-in; */
-  height: 10em;
+  height: 8.2em;
 }
 
 .dlg-behaelter {
@@ -223,6 +223,16 @@
   pointer-events: none;
 }
 
+.noselect {
+  -webkit-touch-callout: none; /* iOS Safari */
+    -webkit-user-select: none; /* Safari */
+     -khtml-user-select: none; /* Konqueror HTML */
+       -moz-user-select: none; /* Old versions of Firefox */
+        -ms-user-select: none; /* Internet Explorer/Edge */
+            user-select: none; /* Non-prefixed version, currently
+                                  supported by Chrome, Edge, Opera and Firefox */
+}
+
 .entity-liste-kopf {
   display: flex;
   flex-flow: row;
@@ -237,7 +247,6 @@
 
 .entity-element {
   margin: 0.4rem;
-  user-select: none; 
 }
 
 .entity-form-element {
@@ -263,7 +272,9 @@
 }
 
 .entity-eintrag:hover {
-  background-color: #ececec;
+  /* background-color: #ececec; */
+  color: red;
+  /* font-weight: bolder; */
 }
 
 .entity-typ-folder:before {
@@ -477,7 +488,7 @@
  
   /* Animation center compensation - margins should be symmetric */
   /* remove if not needed */
-  margin-left: .2em;
+  /* margin-left: .2em; */
  
   /* you can be more comfortable with increased icons size */
   /* font-size: 120%; */

--
Gitblit v1.9.3