From db4acabcd30f2ad5a900924b95e4efd8c73a0e03 Mon Sep 17 00:00:00 2001 From: tuliooov Date: Wed, 31 Jan 2018 12:32:07 -0200 Subject: [PATCH] alterei css --- test/qunit.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/qunit.css b/test/qunit.css index a1dd6a80..2a171370 100644 --- a/test/qunit.css +++ b/test/qunit.css @@ -1,4 +1,4 @@ -/** +/** * QUnit v1.7.0pre - A JavaScript Unit Testing Framework * * http://docs.jquery.com/QUnit @@ -201,7 +201,7 @@ -webkit-border-bottom-left-radius: 15px; } -#qunit-tests .fail { color: #000000; background-color: #EE5757; } +#qunit-tests .fail { color: #000000; background-color: #b7b7b7;} #qunit-tests .fail .test-name, #qunit-tests .fail .module-name { color: #000000; }