Skip to content

Commit c1c30f2

Browse files
authored
Update styles.css
1 parent b6be60b commit c1c30f2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

styles.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,25 @@ ul {
9797
vertical-align: middle;
9898
}
9999

100+
.custom-context-menu {
101+
display: none;
102+
position: absolute;
103+
background-color: #fff;
104+
border: 1px solid #ccc;
105+
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
106+
list-style: none;
107+
padding: 0;
108+
margin: 0;
109+
z-index: 1000;
110+
}
111+
.custom-context-menu li {
112+
padding: 8px 16px;
113+
cursor: pointer;
114+
}
115+
.custom-context-menu li:hover {
116+
background-color: #f2f2f2;
117+
}
118+
100119
details summary {
101120
cursor: pointer;
102121
color: #60a5fa;

0 commit comments

Comments
 (0)