1
This commit is contained in:
@@ -13,13 +13,9 @@ MonoBehaviour:
|
||||
m_Name: Common
|
||||
m_EditorClassIdentifier:
|
||||
themeUss: {fileID: -4733365628477956816, guid: ac803f0924e239645ac6b2fc9baebc65, type: 3}
|
||||
m_DisableNoThemeWarning: 0
|
||||
m_TargetTexture: {fileID: 0}
|
||||
m_RenderMode: 0
|
||||
m_WorldSpaceLayer: 0
|
||||
m_ScaleMode: 2
|
||||
m_ReferenceSpritePixelsPerUnit: 100
|
||||
m_PixelsPerUnit: 100
|
||||
m_Scale: 1
|
||||
m_ReferenceDpi: 96
|
||||
m_FallbackDpi: 96
|
||||
@@ -28,11 +24,9 @@ MonoBehaviour:
|
||||
m_Match: 0.421
|
||||
m_SortingOrder: 0
|
||||
m_TargetDisplay: 0
|
||||
m_BindingLogLevel: 0
|
||||
m_ClearDepthStencil: 1
|
||||
m_ClearColor: 0
|
||||
m_ColorClearValue: {r: 0, g: 0, b: 0, a: 0}
|
||||
m_VertexBudget: 0
|
||||
m_DynamicAtlasSettings:
|
||||
m_MinAtlasSize: 8
|
||||
m_MaxAtlasSize: 4096
|
||||
@@ -41,6 +35,4 @@ MonoBehaviour:
|
||||
m_AtlasBlitShader: {fileID: 9101, guid: 0000000000000000f000000000000000, type: 0}
|
||||
m_RuntimeShader: {fileID: 9100, guid: 0000000000000000f000000000000000, type: 0}
|
||||
m_RuntimeWorldShader: {fileID: 9102, guid: 0000000000000000f000000000000000, type: 0}
|
||||
m_ICUDataAsset: {fileID: 0}
|
||||
forceGammaRendering: 0
|
||||
textSettings: {fileID: 11400000, guid: ae6e49236707be64baaaa783d1a15d81, type: 2}
|
||||
|
@@ -226,28 +226,6 @@ Label.tl {
|
||||
Button {
|
||||
}
|
||||
|
||||
#unity-progress-bar {
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
min-width: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
#unity-progress-bar Label {
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0;
|
||||
font-size: 8px;
|
||||
}
|
||||
|
||||
#unity-progress-bar > VisualElement > VisualElement {
|
||||
}
|
||||
|
||||
PopupTextElement.unity-text-element {
|
||||
color: rgb(24, 24, 24);
|
||||
}
|
||||
@@ -307,7 +285,7 @@ Button.icon-remove {
|
||||
border-bottom-width: 0;
|
||||
border-left-width: 0;
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
background-image: url("project://database/Assets/BITKit/Unity/Art/Icons/EditorIcons/d_winbtn_win_close@2x.png?fileID=2800000&guid=023d2ba213e1abb4dab3af11c79357c9&type=3#d_winbtn_win_close@2x");
|
||||
background-image: url("project://database/Assets/BITKit/Unity/Art/Editor_Icons/d_winbtn_win_close@2x.png?fileID=2800000&guid=023d2ba213e1abb4dab3af11c79357c9&type=3#d_winbtn_win_close@2x");
|
||||
-unity-background-image-tint-color: rgb(255, 255, 255);
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
@@ -332,7 +310,7 @@ Label {
|
||||
}
|
||||
|
||||
TranslucentVisualElement {
|
||||
-unity-background-image-tint-color: rgb(128, 128, 128);
|
||||
-unity-background-image-tint-color: rgb(64, 64, 64);
|
||||
}
|
||||
|
||||
.unity-scroller {
|
||||
@@ -406,6 +384,16 @@ Foldout Toggle Label {
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.container-my-4 > * {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.container-my-8 > * {
|
||||
margin-top: 8px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.container-ma-8 > * {
|
||||
margin-top: 8px;
|
||||
margin-right: 8px;
|
||||
@@ -415,3 +403,45 @@ Foldout Toggle Label {
|
||||
|
||||
.wechat {
|
||||
}
|
||||
|
||||
#unity-progress-bar .unity-progress-bar__background {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0;
|
||||
border-top-width: 0;
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 0;
|
||||
border-left-width: 0;
|
||||
min-width: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
#unity-progress-bar .unity-progress-bar__progress {
|
||||
border-top-width: 0;
|
||||
border-right-width: 0;
|
||||
border-bottom-width: 0;
|
||||
border-left-width: 0;
|
||||
background-color: rgb(255, 255, 255);
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
min-width: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
#unity-progress-bar.unity-progress-bar__container {
|
||||
min-width: auto;
|
||||
min-height: auto;
|
||||
}
|
||||
|
||||
.bitkit-tool-tips.unity-label {
|
||||
background-color: rgb(58, 58, 58);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
Reference in New Issue
Block a user