forked from jasonvenema/sharepoint-angular-peoplepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sp-peoplepicker.css
62 lines (55 loc) · 1.22 KB
/
sp-peoplepicker.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.cam-peoplepicker-input {
width: 60%;
}
.cam-peoplepicker-userlookup {
height: 50px;
overflow: hidden;
border: 1px solid #99b0c1;
padding: 2px 5px 2px 5px;
}
.cam-peoplepicker-usersearch {
position: absolute;
z-index: 2;
display: none;
cursor: pointer;
background-color: #fff;
}
.cam-peoplepicker-userSpan {
border-collapse: collapse;
cursor: pointer;
display: inline-block;
margin-bottom: 1px;
margin-left: 2px;
margin-right: 5px;
margin-top: 0px;
white-space: nowrap;
}
.cam-entity-resolved {
border-collapse: collapse;
cursor: pointer;
display: inline-block;
max-width: 400px;
overflow: hidden;
text-decoration: underline;
vertical-align: bottom;
white-space: nowrap;
}
.cam-peoplepicker-delImage {
border-collapse: collapse;
cursor: pointer;
margin-left: 3px;
text-decoration: none;
white-space: nowrap;
}
.cam-peoplepicker-delImage:hover {
text-decoration: none;
}
.cam-peoplepicker-edit {
border-style: none !important;
border-color: currentColor !important;
border-width: 0px !important;
max-width: 435px;
outline-color: invert !important;
outline-style: none !important;
outline-width: 0px !important;
}