From 3ec9de5a30e707a30c51edf50dc5e32882c0a894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20St=C3=B6ckel?= Date: Fri, 9 Sep 2011 11:44:44 +0000 Subject: [PATCH] Removed silver nextmatch background color introduced for debug purposes --- etemplate/js/test/test.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etemplate/js/test/test.css b/etemplate/js/test/test.css index 46faf8216b..bec8f61dd3 100644 --- a/etemplate/js/test/test.css +++ b/etemplate/js/test/test.css @@ -468,7 +468,7 @@ label input, label span, label div, label select, label textarea { */ .et2_nextmatch { - background-color: silver; +/* background-color: silver;*/ } .nextmatch_sortheader { @@ -508,4 +508,4 @@ div.et2_progress { div.et2_progress > div { background-color: #D00000; height: 5px; -} \ No newline at end of file +}