diff --git a/src/_flyouts.scss b/src/_flyouts.scss index 1ab2caf..a9271a1 100644 --- a/src/_flyouts.scss +++ b/src/_flyouts.scss @@ -356,8 +356,8 @@ } /* Notes area */ -.textarea-_59yqs { - padding: 10px; +.textarea-_59yqs:focus { + background: none !important; } /* Powercord/Replugged Notifications */ diff --git a/src/_friends.scss b/src/_friends.scss index 6c7b343..fa17763 100644 --- a/src/_friends.scss +++ b/src/_friends.scss @@ -51,6 +51,9 @@ background: var(--surcordFriendsBackground); border-left: 0.5px solid black; } +.highlight-3DSi7b { + background-color: var(--accent-selected) !important; +} .theme-light { .peopleColumn-1wMU14 { @@ -67,12 +70,18 @@ margin-top: 13px; padding-left: 10px; } + .peopleListItem-u6dGxF:hover, .peopleListItem-u6dGxF.active-2UF8Zh { + box-shadow: 0 0 3px 1px var(--accent); + } .side-2ur1Qk .themed-2-lozF.selected-g-kMVV.item-3XjbnG, .topPill-3DJJNV .themed-2-lozF.selected-g-kMVV.item-3XjbnG, .interactiveSelected-29CP8y, .interactiveSelected-29CP8y .linkButtonIcon-7rsZcu { color: white; } + .peopleListItem-u6dGxF.active-2UF8Zh+.peopleListItem-u6dGxF, .peopleListItem-u6dGxF:hover+.peopleListItem-u6dGxF { + border: 1px solid rgba(249, 249, 249, 0.772); + } } /* Active Now */ diff --git a/src/_settings.scss b/src/_settings.scss index 2e8a7fe..603d4fd 100644 --- a/src/_settings.scss +++ b/src/_settings.scss @@ -93,10 +93,9 @@ /* Text Fields */ .inputDefault-3FGxgL { border-radius: 20px; - border: 1px solid var(--surCordBorder); + //border: 1px solid var(--surCordBorder); } - /* Buttons */ .app-2CXKsg button, .lookFilled-yCfaCM.colorYellow-Pgtmch { border-radius: 50px;