From 53e639532386248ff6f2eb5c92b6f676bbd1a0fc Mon Sep 17 00:00:00 2001 From: oesi Date: Mon, 4 May 2015 16:39:26 +0200 Subject: [PATCH] =?UTF-8?q?Warning=20CSS=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skin/fhcomplete.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/skin/fhcomplete.css b/skin/fhcomplete.css index c68eef22d..252750708 100644 --- a/skin/fhcomplete.css +++ b/skin/fhcomplete.css @@ -28,8 +28,12 @@ { color: green; } +.warning +{ + color: #ffa500;; +} .marked { text-decoration: underline; -} \ No newline at end of file +}