Last change
on this file was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago |
adding photos
|
-
Property mode
set to
100644
|
File size:
901 bytes
|
Rev | Line | |
---|
[59329aa] | 1 | .p-treeselect {
|
---|
| 2 | display: inline-flex;
|
---|
| 3 | cursor: pointer;
|
---|
| 4 | position: relative;
|
---|
| 5 | user-select: none;
|
---|
| 6 | }
|
---|
| 7 |
|
---|
| 8 | .p-treeselect-trigger {
|
---|
| 9 | display: flex;
|
---|
| 10 | align-items: center;
|
---|
| 11 | justify-content: center;
|
---|
| 12 | flex-shrink: 0;
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 | .p-treeselect-label-container {
|
---|
| 16 | overflow: hidden;
|
---|
| 17 | flex: 1 1 auto;
|
---|
| 18 | cursor: pointer;
|
---|
| 19 | }
|
---|
| 20 |
|
---|
| 21 | .p-treeselect-label {
|
---|
| 22 | display: block;
|
---|
| 23 | white-space: nowrap;
|
---|
| 24 | cursor: pointer;
|
---|
| 25 | overflow: hidden;
|
---|
| 26 | text-overflow: ellipsis;
|
---|
| 27 | }
|
---|
| 28 |
|
---|
| 29 | .p-treeselect-label-empty {
|
---|
| 30 | overflow: hidden;
|
---|
| 31 | visibility: hidden;
|
---|
| 32 | }
|
---|
| 33 |
|
---|
| 34 | .p-treeselect-token {
|
---|
| 35 | cursor: default;
|
---|
| 36 | display: inline-flex;
|
---|
| 37 | align-items: center;
|
---|
| 38 | flex: 0 0 auto;
|
---|
| 39 | }
|
---|
| 40 |
|
---|
| 41 | .p-treeselect .p-treeselect-panel {
|
---|
| 42 | min-width: 100%;
|
---|
| 43 | }
|
---|
| 44 |
|
---|
| 45 | .p-treeselect-panel {
|
---|
| 46 | position: absolute;
|
---|
| 47 | top: 0;
|
---|
| 48 | left: 0;
|
---|
| 49 | }
|
---|
| 50 |
|
---|
| 51 | .p-treeselect-items-wrapper {
|
---|
| 52 | overflow: auto;
|
---|
| 53 | }
|
---|
| 54 |
|
---|
| 55 | .p-fluid .p-treeselect {
|
---|
| 56 | display: flex;
|
---|
| 57 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.