From f7254551bdefb51624b4a26940543235e07db48f Mon Sep 17 00:00:00 2001
From: ulrich@undisclosed <ulrich@ulrich-vaio>
Date: Sun, 17 May 2020 11:56:42 +0000
Subject: [PATCH] Nutzer loeschen und Dialog zur Bestaetigung

---
 web/ui2/stile.css |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/web/ui2/stile.css b/web/ui2/stile.css
index d6a9276..ec9221c 100644
--- a/web/ui2/stile.css
+++ b/web/ui2/stile.css
@@ -108,11 +108,21 @@
 
 .top-btn {
   margin: 0 1em 0 1em;
-
   height: 28px;
   line-height: 24px;
   text-align: center;
   font-size: large;
+}
+
+.del-user-btn {
+  margin: 0 1.5em 0 1em;
+  height: 28px;
+  line-height: 24px;
+  text-align: center;
+}
+
+.danger-btn {
+  background-color: lightcoral;
 }
 
 /* Nutzerliste */
@@ -218,8 +228,8 @@
   height: 2.5em;
   padding: 0 0.5em;
   margin: 0.2em;
-  background-color: lightcoral;
   text-transform: none;
+  background-color: #fff8c4;
   font-size: medium;
 }
 
@@ -227,7 +237,7 @@
   height: 2.5em;
   padding: 0 0.5em;
   margin: 0.2em;
-  background-color: darkseagreen;
+  background-color: #fff8c4;
   text-transform: none;
   font-size: medium;
 }

--
Gitblit v1.9.3