You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2016/10/20 14:56:16 UTC

svn commit: r1765825 - /uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/ducc.css

Author: degenaro
Date: Thu Oct 20 14:56:16 2016
New Revision: 1765825

URL: http://svn.apache.org/viewvc?rev=1765825&view=rev
Log:
UIMA-5060 DUCC Orchestrator (OR) "warm" restart issues

- make alert banner more readable - use 707070

Modified:
    uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/ducc.css

Modified: uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/ducc.css
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/ducc.css?rev=1765825&r1=1765824&r2=1765825&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/ducc.css (original)
+++ uima/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/ducc.css Thu Oct 20 14:56:16 2016
@@ -180,7 +180,7 @@ tr.heading {
 
 tr.heading-alerts {
 	font-weight: bold;
-	color: #ffffff;
+	color: #707070;
 	background-color: #ff0000;
 }