mirror of
https://github.com/kunkunsh/kunkun-ext-neohtop.git
synced 2025-04-04 09:46:43 +00:00
small css fixes
This commit is contained in:
parent
e74a878d4d
commit
a5ce84c88d
@ -35,9 +35,9 @@
|
|||||||
title={isFrozen ? "Resume Updates" : "Pause Updates"}
|
title={isFrozen ? "Resume Updates" : "Pause Updates"}
|
||||||
>
|
>
|
||||||
{#if isFrozen}
|
{#if isFrozen}
|
||||||
<Fa icon={faPlay} />
|
<Fa icon={faPlay} color="var(--red)" />
|
||||||
{:else}
|
{:else}
|
||||||
<Fa icon={faPause} />
|
<Fa icon={faPause} color="var(--subtext0)" />
|
||||||
{/if}
|
{/if}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@ -62,6 +62,7 @@
|
|||||||
height: 28px;
|
height: 28px;
|
||||||
border: none;
|
border: none;
|
||||||
background: var(--surface0);
|
background: var(--surface0);
|
||||||
|
border: 1px solid var(--surface1);
|
||||||
color: var(--text);
|
color: var(--text);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@ -73,8 +74,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-action.frozen {
|
.btn-action.frozen {
|
||||||
background: var(--blue);
|
background: var(--yellow);
|
||||||
color: var(--base);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-input {
|
.select-input {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user