aboutsummaryrefslogtreecommitdiff
path: root/js/stage/stage-view.reel/stage-view.css
diff options
context:
space:
mode:
authorAnanya Sen2012-04-19 10:38:43 -0700
committerAnanya Sen2012-04-19 10:38:43 -0700
commit8cd6c76aabb4c75ab63f8d46b7e89bddbcbfe2a7 (patch)
tree3a4b2884e2ccc1dc45884ca12dfecebd5b6ec324 /js/stage/stage-view.reel/stage-view.css
parentea4385add0e9087487ccded929c2d6674d326db8 (diff)
downloadninja-8cd6c76aabb4c75ab63f8d46b7e89bddbcbfe2a7.tar.gz
- fixed the text cursor
- code cleanup Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/stage/stage-view.reel/stage-view.css')
-rwxr-xr-xjs/stage/stage-view.reel/stage-view.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/stage/stage-view.reel/stage-view.css b/js/stage/stage-view.reel/stage-view.css
index a7e255ae..4cf5b2ab 100755
--- a/js/stage/stage-view.reel/stage-view.css
+++ b/js/stage/stage-view.reel/stage-view.css
@@ -14,7 +14,7 @@
14 width: 100%; 14 width: 100%;
15 height: 100%; 15 height: 100%;
16 overflow:auto; 16 overflow:auto;
17 /*display: none;*/ 17 cursor:text;
18} 18}
19 19
20/* OLD CSS for reference 20/* OLD CSS for reference