fix style

This commit is contained in:
rustdesk 2022-01-04 11:22:09 +08:00
parent 2ec5f8fe7e
commit cbcad03bc6
2 changed files with 11 additions and 1 deletions

View File

@ -46,10 +46,20 @@ header span:hover {
background: #f7f7f7;
}
@media platform != "OSX" {
header span:hover {
background: #d9d9d9;
}
}
header #screen:hover {
background: #d9d9d9;
}
header #secure:hover {
background: unset;
}
header span:active, header #screen:active {
color: black;
background: color(gray-bg);

View File

@ -303,7 +303,7 @@ class InstallMe: Reactor.Component {
return <div .install-me>
<span />
<div>{translate('install_tip')}</div>
<button #install-me .button>{translate('Install')}</button>
<div style="text-align: center; margin-top: 1em;"><button #install-me .button>{translate('Install')}</button></div>
</div>;
}