aboutsummaryrefslogtreecommitdiff
path: root/js/document
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-04-03 12:03:16 -0700
committerNivesh Rajbhandari2012-04-03 12:03:16 -0700
commit4d132fcbde4540c2cac6c0df613940353e2690f6 (patch)
treeb5d9f42b1e63bb6be1015dc1b51f1465e3015239 /js/document
parent350d290d5fd0903289d55a7f4a6e643040e3d65e (diff)
downloadninja-4d132fcbde4540c2cac6c0df613940353e2690f6.tar.gz
Give user feedback about which element the Fill/InkBottle tools will act on.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/document')
-rwxr-xr-xjs/document/templates/montage-html/default_html.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/document/templates/montage-html/default_html.css b/js/document/templates/montage-html/default_html.css
index 6c2b415f..424c5801 100755
--- a/js/document/templates/montage-html/default_html.css
+++ b/js/document/templates/montage-html/default_html.css
@@ -70,8 +70,8 @@ body
70 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); 70 -webkit-transform: perspective(1400) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
71} 71}
72 72
73.elem-red-outline { 73.active-element-outline {
74 outline: red solid thin; 74 outline: #adff2f solid 2px;
75} 75}
76 76
77.nj-preset-transition { 77.nj-preset-transition {