This commit is contained in:
Mirco Wittrien 2023-11-18 17:05:50 +01:00
parent 691481ef57
commit eab96fc6ce
3 changed files with 365 additions and 372 deletions

View File

@ -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 */

View File

@ -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;
}