From 0a58e2c709547269ddbe4b2d92601521667cd765 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Thu, 08 Apr 2021 10:47:32 +0000
Subject: [PATCH] REST-Konformitaet des StorageHandler verbessert

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

diff --git a/www/ui/app.css b/www/ui/app.css
index 3587412..293101a 100644
--- a/www/ui/app.css
+++ b/www/ui/app.css
@@ -150,7 +150,7 @@
 }
 
 .entity-element:hover {
-  background-color: background;
+  background-color: #ececec;
 }
 
 .entity-liste {
@@ -169,9 +169,43 @@
   background-color: background;
 }
 
+.entity-typ-folder:before {
+  font-family: "pikto";
+  content: '\f114';
+  padding-right: 0.3rem;
+}
+
+.entity-typ-audio:before {
+  font-family: "pikto";
+  content: '\e817'; /* icon-music */
+  padding-right: 0.3rem;
+}
+
+.entity-typ-video:before {
+  font-family: "pikto";
+  content: '\e816'; /* icon-video */
+  padding-right: 0.3rem;
+}
+
+.entity-typ-file:before {
+  font-family: "pikto";
+  content: '\e805';  /* icon-doc */
+  padding-right: 0.3rem;
+}
+
+.entity-typ-katalog:before {
+  font-family: "pikto";
+  content: '\f1c0';  /* icon-database */
+  padding-right: 0.3rem;
+}
+
 .form-button-footer {
   display: flex;
   flex-flow: row;
+}
+
+.selected {
+  background-color: #ececec;
 }
 
 .dlg-btn {
@@ -200,7 +234,7 @@
   display: inline-block;
   height: 2rem;
   /* padding: 0 30px; */
-  color: #555;
+  color: black;
   text-align: center;
   font-weight: 600;
   line-height: 2rem;

--
Gitblit v1.9.3