source: trip-planner-front/node_modules/primeng/resources/components/listbox/listbox.css

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: 555 bytes
Line 
1.p-listbox-list-wrapper {
2 overflow: auto;
3}
4
5.p-listbox-list {
6 list-style-type: none;
7 margin: 0;
8 padding: 0;
9}
10
11.p-listbox-item {
12 cursor: pointer;
13 position: relative;
14 overflow: hidden;
15 display: flex;
16 align-items: center;
17 user-select: none;
18}
19
20.p-listbox-header {
21 display: flex;
22 align-items: center;
23}
24
25.p-listbox-filter-container {
26 position: relative;
27 flex: 1 1 auto;
28}
29
30.p-listbox-filter-icon {
31 position: absolute;
32 top: 50%;
33 margin-top: -.5rem;
34}
35
36.p-listbox-filter {
37 width: 100%;
38}
Note: See TracBrowser for help on using the repository browser.