1
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
|
||||
<Style src="project://database/Assets/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
||||
<Style src="project://database/Assets/BITKit/Unity/UX/MaterialDesign.uss?fileID=7433441132597879392&guid=e4dec78bf3c31184ca4f258af4dd1f8e&type=3#MaterialDesign" />
|
||||
<ui:VisualElement name="background-image" class="root" style="flex-grow: 1;" />
|
||||
<ui:VisualElement name="menu-container" class="material context-menu">
|
||||
<ui:Label text="文件" display-tooltip-when-elided="true" name="Label" />
|
||||
<ui:Button text="新建" display-tooltip-when-elided="true" />
|
||||
|
@@ -5,7 +5,7 @@
|
||||
}
|
||||
|
||||
.quest-icon {
|
||||
background-image: url('project://database/Assets/Artist/Configs/UI%20Toolkit/UnityThemes/UnityDefaultRuntimeTheme.tss?fileID=2346436936791262179&guid=ac803f0924e239645ac6b2fc9baebc65&type=3#console.infoicon');
|
||||
background-image: none;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
}
|
||||
|
@@ -179,3 +179,11 @@ Button:hover > #icon-image {
|
||||
.theme-dark Foldout #unity-checkmark {
|
||||
-unity-background-image-tint-color: rgb(210, 210, 210);
|
||||
}
|
||||
|
||||
.dispose {
|
||||
opacity: 0;
|
||||
transition-property: opacity, display;
|
||||
transition-duration: 2s, 0s;
|
||||
display: none;
|
||||
transition-delay: 0s, 2s;
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" xsi="http://www.w3.org/2001/XMLSchema-instance" engine="UnityEngine.UIElements" editor="UnityEditor.UIElements" noNamespaceSchemaLocation="../UIElementsSchema/UIElements.xsd" editor-extension-mode="False">
|
||||
<Style src="project://database/Assets/BITKit/Unity/UX/Common/Common.uss?fileID=7433441132597879392&guid=a3a69d3518fd02b489e721f3c5b0b539&type=3#Common" />
|
||||
<ui:VisualElement name="container" picking-mode="Ignore" class="root pa-8" style="align-items: flex-start; flex-direction: row; justify-content: flex-end;">
|
||||
<ui:VisualElement style="flex-direction: row; align-items: center;">
|
||||
<ui:VisualElement name="VisualElement" style="flex-direction: row; align-items: center;">
|
||||
<ui:Label tabindex="-1" text="Ping:unreached ms" parse-escape-sequences="true" display-tooltip-when-elided="true" name="ping-label" />
|
||||
<ui:VisualElement name="netOn-image" style="background-image: url('project://database/Assets/BITKit/Unity/Art/Icons/ooui_network.png?fileID=2800000&guid=9ba96ba6e188fdd4a94000b2da4d2465&type=3#ooui_network'); width: 24px; height: 24px;" />
|
||||
<ui:VisualElement name="netOff-image" style="background-image: url('project://database/Assets/BITKit/Unity/Art/Icons/ooui_network-off.png?fileID=2800000&guid=e76b3789a3108d74f9c33a70f758aa56&type=3#ooui_network-off'); width: 24px; height: 24px; -unity-background-image-tint-color: rgb(255, 128, 0);" />
|
||||
|
Reference in New Issue
Block a user