From 849ee289c2a0561b709f92f8cbbda00415c6caba Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 16 Apr 2021 08:10:03 +0000
Subject: [PATCH] Erste Fassung der Geraete-Liste zum Ein- und Ausschalten funktioniert

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

diff --git a/www/ui/app.css b/www/ui/app.css
index fee32a3..b177dfa 100644
--- a/www/ui/app.css
+++ b/www/ui/app.css
@@ -167,6 +167,16 @@
   font-size: smaller;
 }
 
+.geraet-schalt-eintrag {
+  display: flex;
+  flex-flow: row;
+  font-size: smaller;
+}
+
+.schalt-geraet-name {
+  / * background-color: red; */
+}
+
 .entity-liste-kopf {
   display: flex;
   flex-flow: row;

--
Gitblit v1.9.3