diff options
author | Eric Guzman | 2012-05-02 17:00:09 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-02 17:00:09 -0700 |
commit | a447eaf48ffbaea89cbb229f06e8b5a7e199f77f (patch) | |
tree | 05c410e22551bd5faf672ad81d52ef1b4d81444a /js/document | |
parent | 8bea1e0807f36595d762592c030d4810396ada85 (diff) | |
download | ninja-a447eaf48ffbaea89cbb229f06e8b5a7e199f77f.tar.gz |
CSS Panel - Added element highlight on selector field hover
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/templates/montage-html/default_html.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
71 | 71 | ||
72 | .nj-preset-transition { | 72 | .nj-preset-transition { |
73 | -webkit-transition: all 450ms linear !important; | 73 | -webkit-transition: all 450ms linear !important; |
74 | } | ||
75 | |||
76 | .nj-element-highlight { | ||
77 | outline: 4px solid rgba(21, 190, 22, 0.60); | ||
74 | } \ No newline at end of file | 78 | } \ No newline at end of file |