diff options
author | Pushkar Joshi | 2012-03-28 11:49:39 -0700 |
---|---|---|
committer | Pushkar Joshi | 2012-03-28 11:49:39 -0700 |
commit | 22f0b9c06d8964f473dcb70dc3e2f8acac71bb0a (patch) | |
tree | 4adc40f81090a4f3f3165c3cbd6b90152dec53e6 /js/document | |
parent | 3fd098981077e40841c013a8ac305036d08a215b (diff) | |
parent | fa5c9dbdc3e8618d494e142e0967fa69049d0c97 (diff) | |
download | ninja-22f0b9c06d8964f473dcb70dc3e2f8acac71bb0a.tar.gz |
Merge branch 'brushtool' into pentool
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 68300edf..6c2b415f 100755 --- a/js/document/templates/montage-html/default_html.css +++ b/js/document/templates/montage-html/default_html.css | |||
@@ -72,4 +72,8 @@ body | |||
72 | 72 | ||
73 | .elem-red-outline { | 73 | .elem-red-outline { |
74 | outline: red solid thin; | 74 | outline: red solid thin; |
75 | } | ||
76 | |||
77 | .nj-preset-transition { | ||
78 | -webkit-transition: all 450ms linear !important; | ||
75 | } \ No newline at end of file | 79 | } \ No newline at end of file |