themes
This commit is contained in:
parent
691481ef57
commit
eab96fc6ce
|
@ -1971,28 +1971,21 @@ button.button__4f306.enabled__470f0:hover svg {
|
|||
.container_a308ae:hover {
|
||||
background-color: var(--background-floating);
|
||||
}
|
||||
.peopleListItem_d14722 .actionButton__23182, /* peoples actionbutton */
|
||||
.peopleListItem_d14722 .actionButton-3-B2x { /* peoples actionbutton */
|
||||
.peopleListItem_d14722 .actionButton__23182 { /* peoples actionbutton */
|
||||
background-color: rgba(var(--transparencycolor_v), .1);
|
||||
}
|
||||
.peopleListItem_d14722 .actionButton__23182:hover,
|
||||
.peopleListItem_d14722 .actionButton-3-B2x:hover {
|
||||
.peopleListItem_d14722 .actionButton__23182:hover {
|
||||
background-color: rgb(var(--accentcolor_v));
|
||||
}
|
||||
.peopleListItem_d14722 .actionButton__23182:hover svg,
|
||||
.peopleListItem_d14722 .actionButton-3-B2x:hover svg {
|
||||
.peopleListItem_d14722 .actionButton__23182:hover svg{
|
||||
filter: drop-shadow(1px 1px var(--textshadow_v));
|
||||
}
|
||||
.peopleListItem_d14722.active__6b8ff,
|
||||
.peopleListItem_d14722:hover,
|
||||
.peopleListItem_d14722.active__6b8ff,
|
||||
.peopleListItem_d14722:hover {
|
||||
background-color: rgba(var(--transparencycolor_v), .3);
|
||||
}
|
||||
.peopleListItem_d14722.active__6b8ff .actionButton__23182,
|
||||
.peopleListItem_d14722:hover .actionButton__23182,
|
||||
.peopleListItem_d14722.active__6b8ff .actionButton-3-B2x,
|
||||
.peopleListItem_d14722:hover .actionButton-3-B2x {
|
||||
.peopleListItem_d14722:hover .actionButton__23182 {
|
||||
background-color: rgba(var(--transparencycolor_v), .3);
|
||||
}
|
||||
#app-mount .outer_a41cf3, /* playing card */
|
||||
|
|
|
@ -388,7 +388,7 @@ svg [fill="#4F545C"] {
|
|||
background: var(--header-primary);
|
||||
}
|
||||
|
||||
#app-mount .scrollbarGhost__6f715::-webkit-scrollbar-thumb {/* scrollers old scrollers */
|
||||
#app-mount .scrollbarGhost__6f715::-webkit-scrollbar-thumb { /* scrollers old scrollers */
|
||||
background-color: var(--scrollbar-thin-thumb);
|
||||
border-color: transparent;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue