From 05cfa795cdedc506c5492417fb699a0bc206f710 Mon Sep 17 00:00:00 2001
From: Ulrich <undisclosed>
Date: Mon, 27 Feb 2017 15:41:34 +0000
Subject: [PATCH] aufgeraeumt

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

diff --git a/web/ui/stile.css b/web/ui/stile.css
index fab1744..8f704e5 100644
--- a/web/ui/stile.css
+++ b/web/ui/stile.css
@@ -37,6 +37,16 @@
   height: 100%;
 }
 
+/* Stile MCE-Editor */
+
+.mce-editor {
+  width: 100%;
+  height: 100%;  
+}
+.text-editor {
+  width: 100%;
+  height: 100%;
+}
 
 /* Stile Listenansicht */
 
@@ -102,7 +112,15 @@
 }
 
 .datei-gewaehlt {
-  color: darkslateblue;
+  background-color: lightblue;
+}
+
+.ordner {
+  color: navajowhite;
+}
+
+.datei {
+  color: lightgray;
 }
 
 #ansicht {

--
Gitblit v1.9.3