action highlight fix + notes area improvement

This commit is contained in:
yurifuko
2022-09-09 19:19:03 +02:00
parent ba544caf9e
commit 2d50924689
3 changed files with 12 additions and 4 deletions
+2 -2
View File
@@ -356,8 +356,8 @@
}
/* Notes area */
.textarea-_59yqs {
padding: 10px;
.textarea-_59yqs:focus {
background: none !important;
}
/* Powercord/Replugged Notifications */
+9
View File
@@ -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 */
+1 -2
View File
@@ -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;