mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 08:34:43 +01:00
fix gc checkbox with new element
This commit is contained in:
16
src/ui/components/ServerLaunchSection.css
Normal file
16
src/ui/components/ServerLaunchSection.css
Normal file
@@ -0,0 +1,16 @@
|
||||
#serverControls .CheckboxDisplay {
|
||||
border-color: #fff;
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
#serverControls .Checkbox {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
#serverControls .CheckboxDisplay {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
#serverControls .Checkbox label {
|
||||
color: #000;
|
||||
}
|
||||
Reference in New Issue
Block a user