change line-through style from grey to red

This commit is contained in:
rustdesk 2021-12-23 21:41:53 +08:00
parent a30aaebc72
commit 96afb88518
2 changed files with 2 additions and 2 deletions

View File

@ -319,5 +319,5 @@ menu li.selected span {
menu li.line-through {
text-decoration-line: line-through;
color: grey;
color: red;
}

View File

@ -209,7 +209,7 @@ class MyIdMenu: Reactor.Component {
<li #whitelist title="Only whitelisted IP can access me">IP Whitelisting</li>
<li #custom-server>ID/Relay Server</li>
<div .separator />
<li #stop-service class={service_stopped ? "line-through" : "selected"}><span>{svg_checkmark}</span>Enable service</li>
<li #stop-service class={service_stopped ? "line-through" : "selected"}><span>{svg_checkmark}</span>Enable Service</li>
<div .separator />
<li #forum>Forum</li>
<li #about>About {handler.get_app_name()}</li>