aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates
diff options
context:
space:
mode:
Diffstat (limited to 'js/document/templates')
-rwxr-xr-xjs/document/templates/montage-html/default_html.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/js/document/templates/montage-html/default_html.css b/js/document/templates/montage-html/default_html.css
index 1cdd7114..04b21c6f 100755
--- a/js/document/templates/montage-html/default_html.css
+++ b/js/document/templates/montage-html/default_html.css
@@ -65,6 +65,10 @@ body
65 display: none; 65 display: none;
66} 66}
67 67
68.elem-red-outline { 68.active-element-outline {
69 outline: red solid thin; 69 outline: #adff2f solid 2px;
70}
71
72.nj-preset-transition {
73 -webkit-transition: all 450ms linear !important;
70} \ No newline at end of file 74} \ No newline at end of file