This commit is contained in:
2024-12-30 14:16:40 +02:00
parent 2317d5a213
commit 35f814e446
9 changed files with 123 additions and 33 deletions
+21
View File
@@ -20,3 +20,24 @@ webview {
#tabwebview {
display: block !important;
}
#contextMenu {
color: white;
display: none;
background-color: #000000;
border: 1px solid #ccc;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
padding: 8px 0;
width: 150px;
position: absolute;
z-index: 999999999999999;
}
.context-menu-item {
padding: 8px 16px;
cursor: pointer;
}
.context-menu-item:hover {
background-color: #242424;
}