mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-16 00:54:40 +01:00
Remove unnecessary px suffixes
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#playButton .BigButton {
|
#playButton .BigButton {
|
||||||
height: 100%;
|
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 {
|
#serverControls {
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
#serverControls .CheckboxDisplay {
|
#serverControls .CheckboxDisplay {
|
||||||
margin-right: 6px;
|
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 {
|
#serverControls .Checkbox label {
|
||||||
@@ -80,7 +80,7 @@
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
height: 18px;
|
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 {
|
.ServerConfig .TextInputWrapper {
|
||||||
|
|||||||
Reference in New Issue
Block a user