diff options
author | Valerio Virgillito | 2012-05-22 22:36:19 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-22 22:36:19 -0700 |
commit | 816d52e94424a84dab7ac44ab953624a245be30f (patch) | |
tree | de7c7d78929e780c2edeb2d302b9b8422c26b3ff /js/document | |
parent | a341522e3603c18ab3b93defa894e3be702dd0f4 (diff) | |
parent | a00e1f30c3da3053574c982ddfacca12e32c12b2 (diff) | |
download | ninja-816d52e94424a84dab7ac44ab953624a245be30f.tar.gz |
Merge pull request #251 from ericguzman/CSSPanelUpdates
Css panel updates
Diffstat (limited to 'js/document')
-rwxr-xr-x | js/document/templates/html/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/document/templates/html/index.html b/js/document/templates/html/index.html index 933df157..70187900 100755 --- a/js/document/templates/html/index.html +++ b/js/document/templates/html/index.html | |||
@@ -54,6 +54,10 @@ | |||
54 | .nj-preset-transition { | 54 | .nj-preset-transition { |
55 | -webkit-transition: all 450ms linear !important; | 55 | -webkit-transition: all 450ms linear !important; |
56 | } | 56 | } |
57 | |||
58 | .nj-element-highlight { | ||
59 | outline: 4px solid #ff0000; | ||
60 | } | ||
57 | </style> | 61 | </style> |
58 | 62 | ||
59 | <script type="text/javascript" data-ninja-template="true"> | 63 | <script type="text/javascript" data-ninja-template="true"> |