aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-06-20 16:47:25 -0700
committerJose Antonio Marquez2012-06-20 16:47:25 -0700
commit54b15b3c39835ea999d9ddd8038a5531630e266d (patch)
treec207d1290be0e894a57b03098bbb7bbe5f2aee86 /node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css
parentba125a7213cc257d648b22afb14f76d43f60d00d (diff)
parent392a559e90357d48c910a07617261483b2b45476 (diff)
downloadninja-54b15b3c39835ea999d9ddd8038a5531630e266d.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into FileIO
Diffstat (limited to 'node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css')
-rw-r--r--node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css b/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css
index f5b00e84..58b7e02d 100644
--- a/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css
+++ b/node_modules/montage/ui/rich-text-editor/rich-text-editor.reel/rich-text-editor.css
@@ -13,8 +13,14 @@
13 13
14.montage-editor { 14.montage-editor {
15 position: relative; 15 position: relative;
16 height: inherit;
16 outline: none; 17 outline: none;
17 overflow: auto; 18 overflow: auto;
19
20 -webkit-user-select: text;
21 -moz-user-select: text;
22 -ms-user-select: text;
23 user-select: text;
18} 24}
19 25
20/* 26/*