aboutsummaryrefslogtreecommitdiff
path: root/js/document
diff options
context:
space:
mode:
authorValerio Virgillito2012-05-22 22:36:19 -0700
committerValerio Virgillito2012-05-22 22:36:19 -0700
commit816d52e94424a84dab7ac44ab953624a245be30f (patch)
treede7c7d78929e780c2edeb2d302b9b8422c26b3ff /js/document
parenta341522e3603c18ab3b93defa894e3be702dd0f4 (diff)
parenta00e1f30c3da3053574c982ddfacca12e32c12b2 (diff)
downloadninja-816d52e94424a84dab7ac44ab953624a245be30f.tar.gz
Merge pull request #251 from ericguzman/CSSPanelUpdates
Css panel updates
Diffstat (limited to 'js/document')
-rwxr-xr-xjs/document/templates/html/index.html4
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">