aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
authorEric Guzman2012-05-17 19:52:57 -0700
committerEric Guzman2012-05-17 19:52:57 -0700
commitbf3d3bf0ec530f7636a8738298c3cbc0fe0e56de (patch)
treed7edfc5568d89858a2811443c478b238fc241f2c /js/document/templates
parent8f2d3226220d83dff5f2dd7463aede02de8e31be (diff)
downloadninja-bf3d3bf0ec530f7636a8738298c3cbc0fe0e56de.tar.gz
CSS Panel - Add highlight CSS class to template file
Diffstat (limited to 'js/document/templates')
-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">