This commit is contained in:
CortexCore
2024-05-31 01:23:15 +08:00
parent c798b224be
commit 299082fe27
164 changed files with 3604 additions and 2018 deletions

View File

@@ -12,8 +12,7 @@ MonoBehaviour:
m_Script: {fileID: 19101, guid: 0000000000000000e000000000000000, type: 0}
m_Name: Common
m_EditorClassIdentifier:
themeUss: {fileID: -4733365628477956816, guid: ac803f0924e239645ac6b2fc9baebc65,
type: 3}
themeUss: {fileID: -4733365628477956816, guid: ac803f0924e239645ac6b2fc9baebc65, type: 3}
m_TargetTexture: {fileID: 0}
m_ScaleMode: 2
m_ReferenceSpritePixelsPerUnit: 100

View File

@@ -314,3 +314,74 @@ Label {
.armorPlate-container:hover {
background-color: rgba(255, 255, 255, 0.78);
}
.flex-center {
}
TranslucentVisualElement {
-unity-background-image-tint-color: rgb(128, 128, 128);
}
.unity-scroller {
width: 8px;
min-width: 0;
}
.unity-scroller--vertical {
width: 8px;
min-width: 0;
display: flex;
}
.unity-scroller--vertical > .unity-scroller__slider {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
min-width: 0;
}
.unity-repeat-button {
display: none;
}
.unity-scroller .unity-base-slider__tracker {
display: flex;
min-width: 0;
background-color: rgba(255, 255, 255, 0.03);
margin-right: 22px;
border-top-width: 0;
border-right-width: 0;
border-bottom-width: 0;
border-left-width: 0;
}
.unity-base-slider__dragger-border {
min-width: 0;
display: flex;
}
.unity-sllider_input {
}
.unity-base-slider__drag-container {
min-width: 0;
}
.unity-base-slider--vertical .unity-base-slider__input {
width: 8px;
}
.unity-scroller--vertial > .unity-scroller__slider {
min-width: 0;
}
.unity-scroller--vertical .unity-base-slider__dragger {
min-width: 0;
max-width: 0;
background-color: rgba(255, 255, 255, 0.78);
}
Foldout Toggle Label {
color: rgb(0, 0, 0);
}