diff options
author | Eric Guzman | 2012-05-11 13:22:56 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-11 13:22:56 -0700 |
commit | b3624fbd6ed9c03e1b5c889bf4757af2ff6ce96d (patch) | |
tree | 1f9490e532392b71463253144faecd786f421dd4 /js/document | |
parent | 1c73ff78bb6a251ded84ab34ed7f341844c030f1 (diff) | |
download | ninja-b3624fbd6ed9c03e1b5c889bf4757af2ff6ce96d.tar.gz |
CSS Panel - Update color of element outline when hovering over selector.
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/templates/montage-html/default_html.css | 2 |
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 |