update colors (I could not see them)
authorAntoine Musso <hashar@users.mediawiki.org>
Mon, 24 Jan 2011 21:28:47 +0000 (21:28 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Mon, 24 Jan 2011 21:28:47 +0000 (21:28 +0000)
resources/mediawiki.util/mediawiki.util.test.js

index c6be185..fc28e7d 100644 (file)
 
                                                        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( '<small>PARTIALLY</small>' );
+                                                                       $thisrow.find( '> td' ).eq(3).css( 'background', '#FFA' ).html( '<small>PARTIALLY</small>' );
                                                                        numberofpartials++;
                                                                }
                                                        } else {
-                                                               $thisrow.find( '> td' ).eq(3).css( 'background', '#FEE' ).text( 'ERROR' );
+                                                               $thisrow.find( '> td' ).eq(3).css( 'background', '#FAA' ).text( 'ERROR' );
                                                                numberoferrors++;
                                                        }