mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-09 00:28:52 +01:00
adjust QR set colors for combined buttons
This commit is contained in:
parent
9f9553db44
commit
a8d4e12419
@ -77,6 +77,15 @@
|
||||
#qr--bar > .qr--buttons > .qr--buttons,
|
||||
#qr--popout > .qr--body > .qr--buttons > .qr--buttons {
|
||||
display: contents;
|
||||
background-color: transparent;
|
||||
}
|
||||
#qr--bar > .qr--buttons > .qr--buttons:before,
|
||||
#qr--popout > .qr--body > .qr--buttons > .qr--buttons:before,
|
||||
#qr--bar > .qr--buttons > .qr--buttons:after,
|
||||
#qr--popout > .qr--body > .qr--buttons > .qr--buttons:after {
|
||||
content: '';
|
||||
width: 5px;
|
||||
background-color: var(--qr--color);
|
||||
}
|
||||
#qr--bar > .qr--buttons .qr--button,
|
||||
#qr--popout > .qr--body > .qr--buttons .qr--button {
|
||||
|
@ -82,6 +82,12 @@
|
||||
|
||||
>.qr--buttons {
|
||||
display: contents;
|
||||
background-color: transparent;
|
||||
&:before, &:after {
|
||||
content: '';
|
||||
width: 5px;
|
||||
background-color: var(--qr--color);
|
||||
}
|
||||
}
|
||||
|
||||
.qr--button {
|
||||
|
Loading…
x
Reference in New Issue
Block a user