aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorEric Guzman2012-05-11 13:22:56 -0700
committerEric Guzman2012-05-11 13:22:56 -0700
commitb3624fbd6ed9c03e1b5c889bf4757af2ff6ce96d (patch)
tree1f9490e532392b71463253144faecd786f421dd4 /js
parent1c73ff78bb6a251ded84ab34ed7f341844c030f1 (diff)
downloadninja-b3624fbd6ed9c03e1b5c889bf4757af2ff6ce96d.tar.gz
CSS Panel - Update color of element outline when hovering over selector.
Diffstat (limited to 'js')
-rwxr-xr-xjs/document/templates/montage-html/default_html.css2
1 files changed, 1 insertions, 1 deletions
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
74} 74}
75 75
76.nj-element-highlight { 76.nj-element-highlight {
77 outline: 4px solid rgba(21, 190, 22, 0.60); 77 outline: 4px solid #ff0000;
78} \ No newline at end of file 78} \ No newline at end of file