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 2013/12/10 23:42:59 UTC

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

Author: degenaro
Date: Tue Dec 10 22:42:59 2013
New Revision: 1549991

URL: http://svn.apache.org/r1549991
Log:
UIMA-3494 DUCC better hovers for Duration column on Job page

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

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/ducc.css
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/ducc.css?rev=1549991&r1=1549990&r2=1549991&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/ducc.css (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/src/main/webapp/root/ducc.css Tue Dec 10 22:42:59 2013
@@ -116,6 +116,10 @@ span.health_yellow {
 	color: #ff6633;
 }
 
+span.health_purple {
+    color: #6633cc;
+}
+
 span.health_red {
 	color: red;
 }