From 10d3d35ec5891c1f7d549ef49b9831394db2d792 Mon Sep 17 00:00:00 2001
From: ulrich <not disclosed>
Date: Tue, 21 Feb 2017 15:44:39 +0000
Subject: [PATCH] Kacheln / Liste umschaltbar

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

diff --git a/web/ui/stile.css b/web/ui/stile.css
index d49e4cc..7bcc830 100644
--- a/web/ui/stile.css
+++ b/web/ui/stile.css
@@ -75,4 +75,13 @@
 }
 .datei-figure {
   width: 6em;
+  cursor: pointer;
 }
+
+.datei-gewaehlt {
+  color: darkslateblue;
+}
+
+#ansicht {
+  cursor: pointer;
+}
\ No newline at end of file

--
Gitblit v1.9.3