This commit is contained in:
Mirco Wittrien 2022-09-16 12:18:05 +02:00
parent 8c4720a93a
commit a0ff8bcaf9
2 changed files with 9 additions and 3 deletions

View File

@ -1860,14 +1860,19 @@ body::after {
/* ~~~~ 7. PEOPLES ~~~~ */
.wrapper-1cBijl { /* friendsadd inputcontainer */
.addFriendInputWrapper-kkoSV9 { /* friendsadd inputcontainer */
background-color: rgba(var(--transparencycolor), .1);
border-color: rgba(var(--transparencycolor), .3);
}
.wrapper-1cBijl:hover {
.addFriendInputWrapper-kkoSV9:hover:not(:focus-within) {
border-color: rgb(var(--transparencycolor));
}
.container-3tKtM_ { /* friendsadd explore option */
border: none;
}
.container-3tKtM_:hover {
background-color: var(--background-floating);
}
.peopleListItem-u6dGxF .actionButton-3-B2x-, /* peoples actionbutton */
.peopleListItem-u6dGxF .actionButton-3-B2x { /* peoples actionbutton */
background-color: rgba(var(--transparencycolor), .1);

View File

@ -2268,6 +2268,7 @@ input.input-2g-os5 { /* textinput */
border-color: rgb(var(--accentcolor));
}
.addFriendInputWrapper-kkoSV9 .input-2g-os5 {
background-color: transparent !important;
border-color: transparent !important;
}
.searchInput-3NGPfp {