Fixed context-menu

This commit is contained in:
mibi88 2023-05-14 20:20:14 +02:00
parent ebe1117b94
commit a9fd3bace7
1 changed files with 6 additions and 2 deletions

View File

@ -116,10 +116,14 @@ footer {
}
.context-menu {
--background: #fff;
--background: #33240c;
--shadow: 0 0 12px -9px #000;
--border: #ddd;
--background-light: #fff;
--background-light: #33240c;
}
table.thread .context-menu a:hover {
background-color: #8c6320;
}
.editor svg {