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') 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 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/document') 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 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') 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; + }