aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/token-field/token-field.reel/token-field.css
diff options
context:
space:
mode:
authorValerio Virgillito2012-06-17 22:31:44 -0700
committerValerio Virgillito2012-06-17 22:31:44 -0700
commit8fe92b94ce5e1e2857d088752d94e19db7e3d8a8 (patch)
treed84807aae0b974b5200050972dd94da6066e363b /node_modules/montage/ui/token-field/token-field.reel/token-field.css
parente570fc8518cf03dd03c15982edcf17c5ba0a293d (diff)
downloadninja-8fe92b94ce5e1e2857d088752d94e19db7e3d8a8.tar.gz
montage v11 merge into ninja
Signed-off-by: Valerio Virgillito <valerio@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.css20
1 files changed, 7 insertions, 13 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
index 38f0ae49..3ccedcf4 100644
--- 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
@@ -4,37 +4,31 @@
4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. 4 (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
5 </copyright> */ 5 </copyright> */
6 6
7.montage-token-field { 7.montage-tokenField {
8 background: white; 8 background: white;
9 border: 1px solid #bdbdbd; 9 border: 1px solid #bdbdbd;
10 padding: 3px 5px; 10 padding: 3px 5px;
11 border-radius: 3px;
11 cursor: text; 12 cursor: text;
12} 13}
13 14
14.montage-token-field .montage-token-list { 15.montage-tokenField-list {
15 display: inline; 16 display: inline;
16} 17}
17 18
18.montage-token-field input[type="text"].montage-token-autocomplete { 19.montage-tokenField-autocomplete.montage-inputText {
19 -webkit-appearance: none; 20 -webkit-appearance: none;
20 -moz-appearance: none; 21 -moz-appearance: none;
21 border: none; 22 border: none;
22 height: 13px; 23 height: 13px;
23 margin: 3px 1px; 24 margin: 3px 1px;
25 padding: 0;
24 outline: 0; 26 outline: 0;
25 -webkit-box-shadow: none; 27 vertical-align: middle;
26 -moz-box-shadow: none;
27 box-shadow: none; 28 box-shadow: none;
28 width: 2px; 29 width: 2px;
29} 30}
30 31
31.montage-token-field input[type="text"].montage-token-autocomplete:focus { 32.montage-tokenField-autocomplete:focus {
32 width: 80%; 33 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 34} \ No newline at end of file