From a3d410776dcaf84ab2a0cb22eebb6e75a3251033 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Sat, 25 Feb 2017 17:18:59 +0000
Subject: [PATCH] Mustache Templates ausgelagert (noch in Arbeit)

---
 web/ui/stile.css |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/web/ui/stile.css b/web/ui/stile.css
index fab1744..dfae8bb 100644
--- a/web/ui/stile.css
+++ b/web/ui/stile.css
@@ -102,7 +102,15 @@
 }
 
 .datei-gewaehlt {
-  color: darkslateblue;
+  background-color: lightblue;
+}
+
+.ordner {
+  color: navajowhite;
+}
+
+.datei {
+  color: lightgray;
 }
 
 #ansicht {

--
Gitblit v1.9.3