From 0c14c00bab23e52508e0d30ef5fdf82399096612 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 23 Apr 2021 17:57:31 +0000
Subject: [PATCH] Ablageorte werden im laufenden Betrieb ein- und ausgeklinkt

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

diff --git a/www/ui/app.css b/www/ui/app.css
index f1742c3..a8f2be8 100644
--- a/www/ui/app.css
+++ b/www/ui/app.css
@@ -273,8 +273,8 @@
 
 .entity-eintrag:hover {
   /* background-color: #ececec; */
-  color: #676565;
-  font-weight: bolder;
+  color: red;
+  /* font-weight: bolder; */
 }
 
 .entity-typ-folder:before {

--
Gitblit v1.9.3