cool
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
.alert-container Label {
|
||||
color: rgba(255, 255, 255, 0.78);
|
||||
-unity-font: initial;
|
||||
}
|
||||
|
||||
.alert-container Button {
|
||||
@@ -14,7 +13,6 @@
|
||||
border-bottom-left-radius: 2px;
|
||||
border-top-right-radius: 2px;
|
||||
border-bottom-right-radius: 2px;
|
||||
-unity-font-definition: url("project://database/Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular%20SDF.asset?fileID=11400000&guid=b3753d022dd4b4545b0e5f3f6e9a997f&type=2#Assets/BITKit/Unity/Art/Fonts/SDF/SourceHanMono-Regular SDF.asset");
|
||||
min-width: 128px;
|
||||
-unity-background-image-tint-color: rgba(255, 255, 255, 0.78);
|
||||
}
|
||||
|
@@ -13,7 +13,7 @@ MonoBehaviour:
|
||||
m_Name: BITKit Text Settings
|
||||
m_EditorClassIdentifier:
|
||||
m_Version:
|
||||
m_DefaultFontAsset: {fileID: 11400000, guid: 5b449e7b33d231a4085b869a8ae2c94c, type: 2}
|
||||
m_DefaultFontAsset: {fileID: 11400000, guid: f339a377f6cb69a47944b1cd6e0f8eba, type: 2}
|
||||
m_DefaultFontAssetPath: Fonts & Materials/
|
||||
m_FallbackFontAssets: []
|
||||
m_MatchMaterialPreset: 0
|
||||
@@ -28,8 +28,8 @@ MonoBehaviour:
|
||||
m_DefaultColorGradientPresetsPath: Text Color Gradients/
|
||||
m_UnicodeLineBreakingRules:
|
||||
m_UnicodeLineBreakingRules: {fileID: 0}
|
||||
m_LeadingCharacters: {fileID: 0}
|
||||
m_FollowingCharacters: {fileID: 0}
|
||||
m_LeadingCharacters: {fileID: 4900000, guid: d82c1b31c7e74239bff1220585707d2b, type: 3}
|
||||
m_FollowingCharacters: {fileID: 4900000, guid: fade42e8bc714b018fac513c043d323b, type: 3}
|
||||
m_UseModernHangulLineBreakingRules: 0
|
||||
m_UseModernHangulLineBreakingRules: 0
|
||||
m_DisplayWarnings: 0
|
||||
|
@@ -188,6 +188,10 @@ TabBar Button:disabled {
|
||||
color: rgb(31, 31, 31);
|
||||
}
|
||||
|
||||
.theme-light #unity-text-input .unity-text-element {
|
||||
color: rgb(31, 31, 31);
|
||||
}
|
||||
|
||||
.theme-dark .unity-text-element {
|
||||
color: rgb(231, 231, 231);
|
||||
}
|
||||
@@ -349,10 +353,6 @@ Label {
|
||||
color: rgb(247, 247, 247);
|
||||
}
|
||||
|
||||
.armorPlate-container:hover {
|
||||
background-color: rgba(255, 255, 255, 0.78);
|
||||
}
|
||||
|
||||
.flex-center {
|
||||
}
|
||||
|
||||
@@ -627,7 +627,7 @@ OnScreenButton.selected {
|
||||
background-color: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
|
||||
.gamepad-button:active {
|
||||
.gamepad-button:selected {
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
-unity-background-image-tint-color: rgba(0, 0, 0, 0.5);
|
||||
border-left-color: rgba(0, 0, 0, 0.5);
|
||||
|
Reference in New Issue
Block a user