mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-03 19:39:20 +08:00
fix style
This commit is contained in:
parent
2ec5f8fe7e
commit
cbcad03bc6
@ -46,10 +46,20 @@ header span:hover {
|
|||||||
background: #f7f7f7;
|
background: #f7f7f7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media platform != "OSX" {
|
||||||
|
header span:hover {
|
||||||
|
background: #d9d9d9;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
header #screen:hover {
|
header #screen:hover {
|
||||||
background: #d9d9d9;
|
background: #d9d9d9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header #secure:hover {
|
||||||
|
background: unset;
|
||||||
|
}
|
||||||
|
|
||||||
header span:active, header #screen:active {
|
header span:active, header #screen:active {
|
||||||
color: black;
|
color: black;
|
||||||
background: color(gray-bg);
|
background: color(gray-bg);
|
||||||
|
@ -303,7 +303,7 @@ class InstallMe: Reactor.Component {
|
|||||||
return <div .install-me>
|
return <div .install-me>
|
||||||
<span />
|
<span />
|
||||||
<div>{translate('install_tip')}</div>
|
<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>;
|
</div>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user