This commit is contained in:
SpikeHD
2022-06-05 21:12:14 -07:00
11 changed files with 158 additions and 26 deletions

View File

@@ -19,7 +19,7 @@
#playButton .BigButton {
height: 100%;
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
}
#serverControls {
@@ -39,7 +39,7 @@
#serverControls .CheckboxDisplay {
margin-right: 6px;
box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 4px rgba(0, 0, 0, 0.2);
}
#serverControls .Checkbox label {
@@ -80,7 +80,7 @@
border-radius: 6px;
height: 18px;
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
}
.ServerConfig .TextInputWrapper {