add button stealth class
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b6b5fc3917
commit
f776daca43
1 changed files with 8 additions and 0 deletions
|
@ -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);}
|
||||
|
|
Loading…
Add table
Reference in a new issue