diff options
author | Eric Guzman | 2012-03-22 11:52:44 -0700 |
---|---|---|
committer | Eric Guzman | 2012-03-22 11:52:44 -0700 |
commit | fea875906664f12feaad0f282901fa8d9a8b054a (patch) | |
tree | f26dbb4f606e206f619b5ec4646fc3bd1f627343 /js/document/templates/montage-html | |
parent | 57cc00a5ef3ab525e54a030d7692b2d9eefaa68b (diff) | |
download | ninja-fea875906664f12feaad0f282901fa8d9a8b054a.tar.gz |
Presets Panel - Adding presets controller and removing functionality from panel code
Diffstat (limited to 'js/document/templates/montage-html')
-rwxr-xr-x | js/document/templates/montage-html/default_html.css | 5 |
1 files changed, 5 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..24a752bc 100755 --- a/js/document/templates/montage-html/default_html.css +++ b/js/document/templates/montage-html/default_html.css | |||
@@ -72,4 +72,9 @@ 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; | ||
79 | background-color: red; | ||
75 | } \ No newline at end of file | 80 | } \ No newline at end of file |