aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/token-field/token-field.reel/token-field.css
diff options
context:
space:
mode:
authorArmen Kesablyan2012-05-17 14:01:38 -0700
committerArmen Kesablyan2012-05-17 14:01:38 -0700
commit6c8f3525b839e82cf43df43700a0160ee2c5458f (patch)
tree3fb801fa54b759c5568d75bb467e02652ce77c3e /node_modules/montage/ui/token-field/token-field.reel/token-field.css
parente8ae5db7ce7023b638375cbc27a3f7b7a2f77b23 (diff)
parent342c97ac9b727b22a7b0bfefca4d2a168bc3055b (diff)
downloadninja-6c8f3525b839e82cf43df43700a0160ee2c5458f.tar.gz
Merge branch 'refs/heads/dom-architecture' into binding
Conflicts: css/ninja.css scss/imports/scss/_toolbar.scss Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/token-field/token-field.reel/token-field.css')
-rw-r--r--node_modules/montage/ui/token-field/token-field.reel/token-field.css40
1 files changed, 40 insertions, 0 deletions
diff --git a/node_modules/montage/ui/token-field/token-field.reel/token-field.css b/node_modules/montage/ui/token-field/token-field.reel/token-field.css
new file mode 100644
index 00000000..38f0ae49
--- /dev/null
+++ b/node_modules/montage/ui/token-field/token-field.reel/token-field.css
@@ -0,0 +1,40 @@
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-token-field {
8 background: white;
9 border: 1px solid #bdbdbd;
10 padding: 3px 5px;
11 cursor: text;
12}
13
14.montage-token-field .montage-token-list {
15 display: inline;
16}
17
18.montage-token-field input[type="text"].montage-token-autocomplete {
19 -webkit-appearance: none;
20 -moz-appearance: none;
21 border: none;
22 height: 13px;
23 margin: 3px 1px;
24 outline: 0;
25 -webkit-box-shadow: none;
26 -moz-box-shadow: none;
27 box-shadow: none;
28 width: 2px;
29}
30
31.montage-token-field input[type="text"].montage-token-autocomplete:focus {
32 width: 80%;
33}
34
35.montage-token-field .montage-autocomplete-wrapper {
36 display: inline-block;
37 overflow: hidden;
38 margin: 0px;
39 vertical-align: middle;
40} \ No newline at end of file