From bf3d3bf0ec530f7636a8738298c3cbc0fe0e56de Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Thu, 17 May 2012 19:52:57 -0700 Subject: CSS Panel - Add highlight CSS class to template file --- js/document/templates/html/index.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/document/templates') diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html index 933df157..70187900 100755 --- a/js/document/templates/html/index.html +++ b/js/document/templates/html/index.html @@ -54,6 +54,10 @@ .nj-preset-transition { -webkit-transition: all 450ms linear !important; } + + .nj-element-highlight { + outline: 4px solid #ff0000; + }