From: Antoine Musso Date: Mon, 24 Jan 2011 21:28:47 +0000 (+0000) Subject: update colors (I could not see them) X-Git-Tag: 1.31.0-rc.0~32381 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=7e9fc13cf1864bb34e1527ca58ce73a897f1348f;p=lhc%2Fweb%2Fwiklou.git update colors (I could not see them) --- 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++; }