unify menu style

This commit is contained in:
rustdesk
2021-08-12 20:16:57 +08:00
parent a76916c520
commit 3cd9ee2aa3
2 changed files with 7 additions and 2 deletions

View File

@@ -318,3 +318,8 @@ menu li.selected span {
.link:active {
opacity: 0.5;
}
menu li.line-through {
text-decoration-line: line-through;
color: grey;
}