aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.css
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.css')
-rw-r--r--node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.css b/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.css
new file mode 100644
index 00000000..db04d0ff
--- /dev/null
+++ b/node_modules/montage/ui/rich-text-editor/overlays/rich-text-linkpopup.reel/rich-text-linkpopup.css
@@ -0,0 +1,31 @@
1/* <copyright>
2 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
3 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */
6
7.montage-link-popup {
8 position: absolute;
9 padding: 12px 20px;
10 border: 1px solid;
11
12 -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
13 -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
14 box-shadow: 0 1px 3px rgba(0,0,0,.2);
15 -webkit-border-radius: 2px;
16 -moz-border-radius: 2px;
17 border-radius: 2px;
18 border-color: #BBB #BBB #A8A8A8;
19
20 background-color: white;
21 color: #666;
22 font: 13px/normal "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
23
24 cursor: default;
25}
26
27.montage-link-popup a {
28 cursor: pointer;
29 text-decoration: none;
30 color: #15C;
31} \ No newline at end of file