Fix: Fieldset border styling was bugged due to a typo
This commit is contained in:
parent
1cabc5b311
commit
d95a6fbd50
1 changed files with 1 additions and 1 deletions
|
|
@ -1441,7 +1441,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
|||
|
||||
fieldset {
|
||||
border-radius: var(--smallRadius);
|
||||
border-color: var(--borderColor) solid var(--borderWidth);
|
||||
border: solid var(--borderColor) var(--borderWidth);
|
||||
}
|
||||
|
||||
#serverActivityPage .MuiPaper-elevation2 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue