This commit is contained in:
CortexCore
2024-04-16 04:15:06 +08:00
parent b673a9438d
commit 0362b2c606
183 changed files with 5695 additions and 1453 deletions

View File

@@ -1,7 +1,3 @@
Label {
color: rgb(247, 247, 247);
}
TabBar Button:disabled {
opacity: 1;
}
@@ -281,3 +277,40 @@ Foldout.--button #unity-content {
TemplateContainer:disabled {
opacity: 1;
}
.unity-foldout__toggle > .unity-toggle__input:focus:enabled > .unity-label {
color: rgb(255, 255, 255);
}
TextField.error > #unity-text-input {
background-color: rgba(255, 0, 0, 0.25);
}
Button.icon-remove {
min-width: 28px;
min-height: 28px;
border-top-width: 0;
border-right-width: 0;
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");
-unity-background-image-tint-color: rgb(255, 255, 255);
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
-unity-background-scale-mode: scale-to-fit;
}
Label {
color: rgb(247, 247, 247);
}
.armorPlate-container:hover {
background-color: rgba(255, 255, 255, 0.78);
}