This commit is contained in:
CortexCore
2024-11-03 16:38:17 +08:00
parent 056e2cada5
commit 4ba741408d
4693 changed files with 2445 additions and 5443 deletions

View File

@@ -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);
}