add button stealth class
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Late Night Defender 2025-03-25 03:25:47 +07:00
parent b6b5fc3917
commit f776daca43

View file

@ -133,6 +133,12 @@
margin-top: 0.25cm;
}
.button.stealth {
font-weight: normal;
margin-left: 0.25cm;
margin-top: 0.25cm;
}
.button.back {
position: absolute;
display: flex;
@ -300,6 +306,7 @@
.list {background-color: rgb(var(--white));}
.button {background-color: rgba(var(--black), 0.08);}
.button.header {background-color: rgb(var(--white));}
.button.stealth {background-color: rgb(var(--white));}
.button.back {background-color: rgb(var(--white));}
.button:hover {background-color: rgba(var(--black), 0.18);}
.togglegroups-background {background-color: rgba(var(--black), 0.08);}
@ -322,6 +329,7 @@
.list {background-color: rgba(var(--white), 0.07);}
.button {background: rgb(var(--blackitem));}
.button.header {background-color: rgb(var(--blackitem));}
.button.stealth {background-color: rgb(var(--blackitem));}
.button.back {background-color: rgb(var(--blackitem));}
.button:hover {background: rgba(var(--white), 0.18);}
.togglegroups-background {background: rgba(var(--white), 0.1);}