mirror of
https://github.com/Nezumi-2711/surCord.git
synced 2026-09-22 13:48:38 +00:00
action highlight fix + notes area improvement
This commit is contained in:
+2
-2
@@ -356,8 +356,8 @@
|
||||
}
|
||||
|
||||
/* Notes area */
|
||||
.textarea-_59yqs {
|
||||
padding: 10px;
|
||||
.textarea-_59yqs:focus {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
/* Powercord/Replugged Notifications */
|
||||
|
||||
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user