From d769f3445ed4779715b5c2570731b4bb73d8d2aa Mon Sep 17 00:00:00 2001 From: ulrich Date: Tue, 20 Apr 2021 17:15:03 +0000 Subject: [PATCH] Geraete-Liste mit Status (in Arbeit) --- www/ui/app.css | 17 ++++++++++++----- 1 files changed, 12 insertions(+), 5 deletions(-) diff --git a/www/ui/app.css b/www/ui/app.css index 5799afd..b177dfa 100644 --- a/www/ui/app.css +++ b/www/ui/app.css @@ -164,8 +164,17 @@ .entity-formular { display: flex; flex-flow: column; - user-select: none; font-size: smaller; +} + +.geraet-schalt-eintrag { + display: flex; + flex-flow: row; + font-size: smaller; +} + +.schalt-geraet-name { + / * background-color: red; */ } .entity-liste-kopf { @@ -185,11 +194,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