From 5ebc23a2e77b30c4c812b4961cdaf07e3af368fe Mon Sep 17 00:00:00 2001
From: ulrich <undisclosed>
Date: Fri, 13 Dec 2019 18:55:59 +0000
Subject: [PATCH] Verwendung und damit die Abhaengigkeit von jQuery wurde entfernt

---
 app.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/app.css b/app.css
index 342caad..5827ce8 100644
--- a/app.css
+++ b/app.css
@@ -86,6 +86,8 @@
 
 .dialog {
   position: relative;
+  /* height: 0.1em; */
+  transition: all 0.3s ease-in;
 }
 
 .dlg-behaelter {

--
Gitblit v1.9.3