From 7e9fc13cf1864bb34e1527ca58ce73a897f1348f Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Mon, 24 Jan 2011 21:28:47 +0000 Subject: [PATCH] update colors (I could not see them) --- resources/mediawiki.util/mediawiki.util.test.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/mediawiki.util/mediawiki.util.test.js b/resources/mediawiki.util/mediawiki.util.test.js index c6be185638..fc28e7d136 100644 --- a/resources/mediawiki.util/mediawiki.util.test.js +++ b/resources/mediawiki.util/mediawiki.util.test.js @@ -311,14 +311,14 @@ if ( doesreturn.indexOf( shouldcontain ) !== -1 ) { if ( doesreturn == shouldreturn ) { - $thisrow.find( '> td' ).eq(3).css( 'background', '#EFE' ).text( 'OK' ); + $thisrow.find( '> td' ).eq(3).css( 'background', '#AFA' ).text( 'OK' ); numberofpasseds++; } else { - $thisrow.find( '> td' ).eq(3).css( 'background', '#FFE' ).html( 'PARTIALLY' ); + $thisrow.find( '> td' ).eq(3).css( 'background', '#FFA' ).html( 'PARTIALLY' ); numberofpartials++; } } else { - $thisrow.find( '> td' ).eq(3).css( 'background', '#FEE' ).text( 'ERROR' ); + $thisrow.find( '> td' ).eq(3).css( 'background', '#FAA' ).text( 'ERROR' ); numberoferrors++; } -- 2.20.1