From b3624fbd6ed9c03e1b5c889bf4757af2ff6ce96d Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Fri, 11 May 2012 13:22:56 -0700 Subject: CSS Panel - Update color of element outline when hovering over selector. --- js/document/templates/montage-html/default_html.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') diff --git a/js/document/templates/montage-html/default_html.css b/js/document/templates/montage-html/default_html.css index a8f119a2..8f7a5a7b 100755 --- a/js/document/templates/montage-html/default_html.css +++ b/js/document/templates/montage-html/default_html.css @@ -74,5 +74,5 @@ body } .nj-element-highlight { - outline: 4px solid rgba(21, 190, 22, 0.60); + outline: 4px solid #ff0000; } \ No newline at end of file -- cgit v1.2.3