diff options
author | Eric Guzman | 2012-05-17 19:52:57 -0700 |
---|---|---|
committer | Eric Guzman | 2012-05-17 19:52:57 -0700 |
commit | bf3d3bf0ec530f7636a8738298c3cbc0fe0e56de (patch) | |
tree | d7edfc5568d89858a2811443c478b238fc241f2c /js/document/templates/html/index.html | |
parent | 8f2d3226220d83dff5f2dd7463aede02de8e31be (diff) | |
download | ninja-bf3d3bf0ec530f7636a8738298c3cbc0fe0e56de.tar.gz |
CSS Panel - Add highlight CSS class to template file
Diffstat (limited to 'js/document/templates/html/index.html')
-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"> |