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:
747 bytes
|
Line | |
---|
1 | .p-contextmenu {
|
---|
2 | position: absolute;
|
---|
3 | display: none;
|
---|
4 | }
|
---|
5 |
|
---|
6 | .p-contextmenu ul {
|
---|
7 | margin: 0;
|
---|
8 | padding: 0;
|
---|
9 | list-style: none;
|
---|
10 | }
|
---|
11 |
|
---|
12 | .p-contextmenu .p-submenu-list {
|
---|
13 | position: absolute;
|
---|
14 | min-width: 100%;
|
---|
15 | z-index: 1;
|
---|
16 | display: none;
|
---|
17 | }
|
---|
18 |
|
---|
19 | .p-contextmenu .p-menuitem-link {
|
---|
20 | cursor: pointer;
|
---|
21 | display: flex;
|
---|
22 | align-items: center;
|
---|
23 | text-decoration: none;
|
---|
24 | overflow: hidden;
|
---|
25 | position: relative;
|
---|
26 | }
|
---|
27 |
|
---|
28 | .p-contextmenu .p-menuitem-text {
|
---|
29 | line-height: 1;
|
---|
30 | }
|
---|
31 |
|
---|
32 | .p-contextmenu .p-menuitem {
|
---|
33 | position: relative;
|
---|
34 | }
|
---|
35 |
|
---|
36 | .p-contextmenu .p-menuitem-link .p-submenu-icon {
|
---|
37 | margin-left: auto;
|
---|
38 | }
|
---|
39 |
|
---|
40 | .p-contextmenu .p-menuitem-active > p-contextmenusub > .p-submenu-list.p-submenu-list-active {
|
---|
41 | display: block !important;
|
---|
42 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.