From a447eaf48ffbaea89cbb229f06e8b5a7e199f77f Mon Sep 17 00:00:00 2001 From: Eric Guzman Date: Wed, 2 May 2012 17:00:09 -0700 Subject: CSS Panel - Added element highlight on selector field hover --- js/document/templates/montage-html/default_html.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js/document/templates/montage-html/default_html.css') diff --git a/js/document/templates/montage-html/default_html.css b/js/document/templates/montage-html/default_html.css index 04b21c6f..a8f119a2 100755 --- a/js/document/templates/montage-html/default_html.css +++ b/js/document/templates/montage-html/default_html.css @@ -71,4 +71,8 @@ body .nj-preset-transition { -webkit-transition: all 450ms linear !important; +} + +.nj-element-highlight { + outline: 4px solid rgba(21, 190, 22, 0.60); } \ No newline at end of file -- cgit v1.2.3