1
This commit is contained in:
21
Src/Unity/UX/UXInitialize.uss
Normal file
21
Src/Unity/UX/UXInitialize.uss
Normal file
@@ -0,0 +1,21 @@
|
||||
ProgressBar {
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0;
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#unity-progress-bar {
|
||||
}
|
||||
|
||||
#unity-progress-bar > VisualElement {
|
||||
background-color: rgba(255, 255, 255, 0.13);
|
||||
border-top-width: 0;
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 0;
|
||||
border-left-width: 0;
|
||||
}
|
Reference in New Issue
Block a user