Last change
on this file since 84d0fbb was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
1.6 KB
|
Line | |
---|
1 | .p-autocomplete {
|
---|
2 | display: inline-flex;
|
---|
3 | position: relative;
|
---|
4 | }
|
---|
5 |
|
---|
6 | .p-autocomplete-loader {
|
---|
7 | position: absolute;
|
---|
8 | top: 50%;
|
---|
9 | margin-top: -.5rem;
|
---|
10 | }
|
---|
11 |
|
---|
12 | .p-autocomplete-dd .p-autocomplete-input {
|
---|
13 | flex: 1 1 auto;
|
---|
14 | width: 1%;
|
---|
15 | }
|
---|
16 |
|
---|
17 | .p-autocomplete-dd .p-autocomplete-input,
|
---|
18 | .p-autocomplete-dd .p-autocomplete-multiple-container {
|
---|
19 | border-top-right-radius: 0;
|
---|
20 | border-bottom-right-radius: 0;
|
---|
21 | }
|
---|
22 |
|
---|
23 | .p-autocomplete-dd .p-autocomplete-dropdown {
|
---|
24 | border-top-left-radius: 0;
|
---|
25 | border-bottom-left-radius: 0px;
|
---|
26 | }
|
---|
27 |
|
---|
28 | .p-autocomplete .p-autocomplete-panel {
|
---|
29 | min-width: 100%;
|
---|
30 | top: 0;
|
---|
31 | left: 0;
|
---|
32 | }
|
---|
33 |
|
---|
34 | .p-autocomplete-panel {
|
---|
35 | position: absolute;
|
---|
36 | overflow: auto;
|
---|
37 | }
|
---|
38 |
|
---|
39 | .p-autocomplete-items {
|
---|
40 | margin: 0;
|
---|
41 | padding: 0;
|
---|
42 | list-style-type: none;
|
---|
43 | }
|
---|
44 |
|
---|
45 | .p-autocomplete-item {
|
---|
46 | cursor: pointer;
|
---|
47 | white-space: nowrap;
|
---|
48 | position: relative;
|
---|
49 | overflow: hidden;
|
---|
50 | }
|
---|
51 |
|
---|
52 | .p-autocomplete-multiple-container {
|
---|
53 | margin: 0;
|
---|
54 | padding: 0;
|
---|
55 | list-style-type: none;
|
---|
56 | cursor: text;
|
---|
57 | overflow: hidden;
|
---|
58 | display: flex;
|
---|
59 | align-items: center;
|
---|
60 | flex-wrap: wrap;
|
---|
61 | }
|
---|
62 |
|
---|
63 | .p-autocomplete-token {
|
---|
64 | cursor: default;
|
---|
65 | display: inline-flex;
|
---|
66 | align-items: center;
|
---|
67 | flex: 0 0 auto;
|
---|
68 | }
|
---|
69 |
|
---|
70 | .p-autocomplete-token-icon {
|
---|
71 | cursor: pointer;
|
---|
72 | }
|
---|
73 |
|
---|
74 | .p-autocomplete-input-token {
|
---|
75 | flex: 1 1 auto;
|
---|
76 | display: inline-flex;
|
---|
77 | }
|
---|
78 |
|
---|
79 | .p-autocomplete-input-token input {
|
---|
80 | border: 0 none;
|
---|
81 | outline: 0 none;
|
---|
82 | background-color: transparent;
|
---|
83 | margin: 0;
|
---|
84 | padding: 0;
|
---|
85 | box-shadow: none;
|
---|
86 | border-radius: 0;
|
---|
87 | width: 100%;
|
---|
88 | }
|
---|
89 |
|
---|
90 | .p-fluid .p-autocomplete {
|
---|
91 | display: flex;
|
---|
92 | }
|
---|
93 |
|
---|
94 | .p-fluid .p-autocomplete-dd .p-autocomplete-input {
|
---|
95 | width: 1%;
|
---|
96 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.