mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-02 18:59:24 +08:00
fix style
This commit is contained in:
parent
2ec5f8fe7e
commit
cbcad03bc6
@ -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);
|
||||
|
@ -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>;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user