1
This commit is contained in:
@@ -54,7 +54,7 @@ TabBar Button:disabled {
|
||||
padding-top: 32px;
|
||||
padding-bottom: 32px;
|
||||
-unity-font-definition: initial;
|
||||
-unity-font: url('project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Regular.ttc?fileID=12800000&guid=170bacfb8afc52a468d956884ff0be08&type=3#SourceHanMono-Regular');
|
||||
-unity-font: url("project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Regular.ttc?fileID=12800000&guid=170bacfb8afc52a468d956884ff0be08&type=3#SourceHanMono-Regular");
|
||||
}
|
||||
|
||||
.pa-64 {
|
||||
@@ -64,6 +64,27 @@ TabBar Button:disabled {
|
||||
padding-bottom: 64px;
|
||||
}
|
||||
|
||||
.ma-8 {
|
||||
margin-top: 8px;
|
||||
margin-right: 8px;
|
||||
margin-bottom: 8px;
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.ma-16 {
|
||||
margin-top: 16px;
|
||||
margin-right: 16px;
|
||||
margin-bottom: 16px;
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.ma-32 {
|
||||
margin-top: 32px;
|
||||
margin-right: 32px;
|
||||
margin-bottom: 32px;
|
||||
margin-left: 32px;
|
||||
}
|
||||
|
||||
.r-8 {
|
||||
border-top-left-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
@@ -82,7 +103,7 @@ TabBar Button:disabled {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
-unity-font-definition: initial;
|
||||
-unity-font: url('project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Regular.ttc?fileID=12800000&guid=170bacfb8afc52a468d956884ff0be08&type=3#SourceHanMono-Regular');
|
||||
-unity-font: url("project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Regular.ttc?fileID=12800000&guid=170bacfb8afc52a468d956884ff0be08&type=3#SourceHanMono-Regular");
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
padding-top: 6px;
|
||||
@@ -113,18 +134,21 @@ TabBar Button:disabled {
|
||||
}
|
||||
|
||||
.unity-text-element {
|
||||
color: rgb(234, 234, 234);
|
||||
-unity-font-definition: url('project://database/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular%20SDF.asset?fileID=11400000&guid=b3753d022dd4b4545b0e5f3f6e9a997f&type=2#SourceHanMono-Regular SDF');
|
||||
-unity-font-definition: url("project://database/Assets/BITKit/Unity/Art/Fonts/SDF/Roboto-Regular%20SDF.asset?fileID=11400000&guid=5b449e7b33d231a4085b869a8ae2c94c&type=2#Roboto-Regular SDF");
|
||||
}
|
||||
|
||||
#unity-text-input .unity-text-element {
|
||||
color: rgb(32, 32, 32);
|
||||
}
|
||||
|
||||
.theme-light .unity-text-element {
|
||||
color: rgb(31, 31, 31);
|
||||
-unity-font: url('project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Medium.ttc?fileID=12800000&guid=c8058440fb1ea26488e022a5ee5b3b35&type=3#SourceHanMono-Medium');
|
||||
-unity-font: url("project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Medium.ttc?fileID=12800000&guid=c8058440fb1ea26488e022a5ee5b3b35&type=3#SourceHanMono-Medium");
|
||||
}
|
||||
|
||||
.theme-dark .unity-text-element {
|
||||
color: rgb(231, 231, 231);
|
||||
-unity-font: url('project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Medium.ttc?fileID=12800000&guid=c8058440fb1ea26488e022a5ee5b3b35&type=3#SourceHanMono-Medium');
|
||||
-unity-font: url("project://database/Assets/BITKit/Unity/Art/Fonts/TTF/SourceHanMono/SourceHanMono-Medium.ttc?fileID=12800000&guid=c8058440fb1ea26488e022a5ee5b3b35&type=3#SourceHanMono-Medium");
|
||||
}
|
||||
|
||||
.theme-dark DropdownField > VisualElement > VisualElement {
|
||||
@@ -218,3 +242,75 @@ PopupTextElement.unity-text-element {
|
||||
Slider #unity-text-input > .unity-text-element {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
TextField TextElement.unity-text-element {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
Foldout.--button {
|
||||
min-width: 128px;
|
||||
padding-top: 0;
|
||||
padding-right: 0;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
Foldout.--button Toggle {
|
||||
background-color: rgba(0, 0, 0, 0.78);
|
||||
border-left-color: rgb(149, 149, 149);
|
||||
border-right-color: rgb(149, 149, 149);
|
||||
border-top-color: rgb(149, 149, 149);
|
||||
border-bottom-color: rgb(149, 149, 149);
|
||||
border-top-width: 1px;
|
||||
border-right-width: 1px;
|
||||
border-bottom-width: 1px;
|
||||
border-left-width: 1px;
|
||||
}
|
||||
|
||||
Foldout.--button #unity-content {
|
||||
margin-top: 0;
|
||||
margin-right: 0;
|
||||
margin-bottom: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user