themes
This commit is contained in:
parent
8c4720a93a
commit
a0ff8bcaf9
|
@ -1860,14 +1860,19 @@ body::after {
|
||||||
|
|
||||||
/* ~~~~ 7. PEOPLES ~~~~ */
|
/* ~~~~ 7. PEOPLES ~~~~ */
|
||||||
|
|
||||||
.wrapper-1cBijl { /* friendsadd inputcontainer */
|
.addFriendInputWrapper-kkoSV9 { /* friendsadd inputcontainer */
|
||||||
background-color: rgba(var(--transparencycolor), .1);
|
background-color: rgba(var(--transparencycolor), .1);
|
||||||
border-color: rgba(var(--transparencycolor), .3);
|
border-color: rgba(var(--transparencycolor), .3);
|
||||||
}
|
}
|
||||||
.wrapper-1cBijl:hover {
|
.addFriendInputWrapper-kkoSV9:hover:not(:focus-within) {
|
||||||
border-color: rgb(var(--transparencycolor));
|
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 */
|
||||||
.peopleListItem-u6dGxF .actionButton-3-B2x { /* peoples actionbutton */
|
.peopleListItem-u6dGxF .actionButton-3-B2x { /* peoples actionbutton */
|
||||||
background-color: rgba(var(--transparencycolor), .1);
|
background-color: rgba(var(--transparencycolor), .1);
|
||||||
|
|
|
@ -2268,6 +2268,7 @@ input.input-2g-os5 { /* textinput */
|
||||||
border-color: rgb(var(--accentcolor));
|
border-color: rgb(var(--accentcolor));
|
||||||
}
|
}
|
||||||
.addFriendInputWrapper-kkoSV9 .input-2g-os5 {
|
.addFriendInputWrapper-kkoSV9 .input-2g-os5 {
|
||||||
|
background-color: transparent !important;
|
||||||
border-color: transparent !important;
|
border-color: transparent !important;
|
||||||
}
|
}
|
||||||
.searchInput-3NGPfp {
|
.searchInput-3NGPfp {
|
||||||
|
|
Loading…
Reference in New Issue