mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-13 00:23:02 -04:00
Another Console Icon
This commit is contained in:
parent
49647cf6af
commit
4b2297bf7f
3 changed files with 61 additions and 37 deletions
|
@ -71,7 +71,7 @@ function ReloadRequiredCard({ required, enabledPlugins, openDisablePluginsModal,
|
|||
<Forms.FormText className={cl("dep-text")}>
|
||||
Restart now to apply new plugins and their settings
|
||||
</Forms.FormText>
|
||||
<Button onClick={() => location.reload()} className={cl("restart-button")}>
|
||||
<Button className={cl("restart-button")} onClick={() => location.reload()}>
|
||||
Restart
|
||||
</Button>
|
||||
</>
|
||||
|
|
|
@ -76,20 +76,17 @@
|
|||
color: var(--info-warning-text);
|
||||
}
|
||||
|
||||
.vc-plugins-restart-button {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.vc-plugins-info-icon:not(:hover, :focus) {
|
||||
.vc-plugins-info-button svg:not(:hover, :focus) {
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
.vc-restart-button {
|
||||
.vc-plugins-restart-button {
|
||||
background-color: var(--background-color) !important;
|
||||
border: 1px solid var(--info-warning-foreground) !important;
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
.vc-restart-button:hover {
|
||||
.vc-plugins-restart-button:hover {
|
||||
background-color: var(--info-warning-foreground) !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue