mirror of
https://github.com/lscambo13/ElegantFin.git
synced 2025-09-18 12:40:16 +00:00
Fix: Fieldset border styling was bugged due to a typo
This commit is contained in:
@@ -1441,7 +1441,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||||||
|
|
||||||
fieldset {
|
fieldset {
|
||||||
border-radius: var(--smallRadius);
|
border-radius: var(--smallRadius);
|
||||||
border-color: var(--borderColor) solid var(--borderWidth);
|
border: solid var(--borderColor) var(--borderWidth);
|
||||||
}
|
}
|
||||||
|
|
||||||
#serverActivityPage .MuiPaper-elevation2 {
|
#serverActivityPage .MuiPaper-elevation2 {
|
||||||
|
Reference in New Issue
Block a user