update libs
This commit is contained in:
@@ -1,37 +0,0 @@
|
||||
.primary-colors
|
||||
{
|
||||
/* Light - lighter */
|
||||
background-color: rgb(220, 220, 220);
|
||||
/* Light - middle */
|
||||
background-color: rgb(200, 200, 200);
|
||||
/* Light - darker */
|
||||
background-color: rgb(180, 180, 180);
|
||||
|
||||
/* Dark - lighter */
|
||||
background-color: rgb(78, 78, 78);
|
||||
/* Dark - middle */
|
||||
background-color: rgb(68, 68, 68);
|
||||
/* Dark - darker */
|
||||
background-color: rgb(58, 58, 58);
|
||||
|
||||
/* Border color - light */
|
||||
border-color: rgb(200, 200, 200);
|
||||
/* Border color - dark */
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
|
||||
.accent-color
|
||||
{
|
||||
border-color: rgb(58, 121, 187);
|
||||
}
|
||||
|
||||
.empty-color
|
||||
{
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.root
|
||||
{
|
||||
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
.primary-colors
|
||||
{
|
||||
/* Light - lighter */
|
||||
background-color: rgb(220, 220, 220);
|
||||
/* Light - middle */
|
||||
background-color: rgb(200, 200, 200);
|
||||
/* Light - darker */
|
||||
background-color: rgb(180, 180, 180);
|
||||
|
||||
/* Dark - lighter */
|
||||
background-color: rgb(50, 50, 50);
|
||||
/* Dark - middle */
|
||||
background-color: rgb(28, 28, 28);
|
||||
/* Dark - darker */
|
||||
background-color: rgb(0, 0, 0);
|
||||
|
||||
/* Border color - light */
|
||||
border-color: rgb(200, 200, 200);
|
||||
/* Border color - dark */
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
|
||||
.accent-color
|
||||
{
|
||||
border-color: rgb(58, 121, 187);
|
||||
}
|
||||
|
||||
.empty-color
|
||||
{
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.root
|
||||
{
|
||||
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
#MainScrollView > * > .unity-scroll-view__content-container
|
||||
{
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
#MainScrollView > * > .unity-scroll-view__content-viewport
|
||||
{
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
#MainScrollView > * > * > .unity-scroll-view__content-container
|
||||
{
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<engine:UXML
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:engine="UnityEngine.UIElements"
|
||||
xmlns:editor="UnityEditor.UIElements"
|
||||
xmlns:uploader="AssetStoreTools.Uploader.UIElements"
|
||||
>
|
||||
<engine:ScrollView name="MainScrollView" style="flex-grow:1;">
|
||||
<uploader:LoginWindow name="LoginWindow"/>
|
||||
<uploader:UploadWindow name="UploadWindow" style="flex-grow:1;">
|
||||
<uploader:AllPackageView name="AllPackageView" style="flex-grow:1;"/>
|
||||
</uploader:UploadWindow>
|
||||
</engine:ScrollView>
|
||||
</engine:UXML>
|
||||
@@ -1,17 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: dc5a13143b609774da7101bb8313dd7a
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 13804, guid: 0000000000000000e000000000000000, type: 0}
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Base/BaseWindow_Main.uxml
|
||||
uploadId: 712972
|
||||
@@ -1,43 +0,0 @@
|
||||
.asset-store-logo
|
||||
{
|
||||
background-image: url("../../Icons/publisher_portal_white.png");
|
||||
}
|
||||
|
||||
.or-label
|
||||
{
|
||||
color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.login-error-box
|
||||
{
|
||||
background-color: rgb(63, 63, 63);
|
||||
}
|
||||
|
||||
.manual-login-box
|
||||
{
|
||||
background-color: rgb(63, 63, 63);
|
||||
}
|
||||
|
||||
.hyperlink-button
|
||||
{
|
||||
color: rgb(68, 113, 229);
|
||||
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.hyperlink-button:hover
|
||||
{
|
||||
color: rgb(68, 133, 229);
|
||||
}
|
||||
|
||||
.hyperlink-button:active
|
||||
{
|
||||
color: rgb(68, 93, 229);
|
||||
}
|
||||
|
||||
.login-error-box > Image
|
||||
{
|
||||
--unity-image: resource("console.erroricon@2x");
|
||||
}
|
||||
@@ -1,43 +0,0 @@
|
||||
.asset-store-logo
|
||||
{
|
||||
background-image: url("../../Icons/publisher_portal_black.png");
|
||||
}
|
||||
|
||||
.or-label
|
||||
{
|
||||
color: rgb(28, 28, 28);
|
||||
}
|
||||
|
||||
.login-error-box
|
||||
{
|
||||
background-color: rgb(212, 212, 212);
|
||||
}
|
||||
|
||||
.manual-login-box
|
||||
{
|
||||
background-color: rgb(212, 212, 212);
|
||||
}
|
||||
|
||||
.hyperlink-button
|
||||
{
|
||||
color: rgb(68, 113, 229);
|
||||
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.hyperlink-button:hover
|
||||
{
|
||||
color: rgb(68, 133, 229);
|
||||
}
|
||||
|
||||
.hyperlink-button:active
|
||||
{
|
||||
color: rgb(68, 93, 229);
|
||||
}
|
||||
|
||||
.login-error-box > Image
|
||||
{
|
||||
--unity-image: resource("console.erroricon@2x");
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b2d1d4985f5314246a7cb4ef749974af
|
||||
guid: 7564d91cabdce1344ba4a0fca25e13d5
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
@@ -1,32 +1,25 @@
|
||||
.popup-window-test
|
||||
{
|
||||
position: absolute;
|
||||
}
|
||||
/* Logo */
|
||||
|
||||
.asset-store-logo
|
||||
{
|
||||
flex-shrink: 0;
|
||||
flex-grow: 1;
|
||||
|
||||
align-self: center;
|
||||
|
||||
.asset-store-logo {
|
||||
width: 90%;
|
||||
height: 32px;
|
||||
width: 250px;
|
||||
|
||||
align-self: center;
|
||||
|
||||
margin: 40px 0;
|
||||
|
||||
-unity-background-scale-mode: scale-to-fit;
|
||||
}
|
||||
|
||||
.login-button-cloud
|
||||
{
|
||||
/* Cloud Login */
|
||||
|
||||
.cloud-button-login {
|
||||
align-self: center;
|
||||
|
||||
width: 300px;
|
||||
width: 75%;
|
||||
}
|
||||
|
||||
.login-description
|
||||
{
|
||||
.cloud-button-login-label {
|
||||
-unity-text-align: middle-center;
|
||||
white-space: normal;
|
||||
|
||||
@@ -34,8 +27,7 @@
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
.or-label
|
||||
{
|
||||
.cloud-label-or {
|
||||
align-self: center;
|
||||
|
||||
-unity-text-align: middle-center;
|
||||
@@ -43,47 +35,9 @@
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.manual-login-box
|
||||
{
|
||||
align-self: center;
|
||||
|
||||
width: 300px;
|
||||
|
||||
padding: 15px;
|
||||
}
|
||||
/* Error Section */
|
||||
|
||||
.input-box-login
|
||||
{
|
||||
align-self: center;
|
||||
|
||||
width: 250px;
|
||||
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.input-box-login > Label
|
||||
{
|
||||
-unity-text-align: upper-left;
|
||||
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
.input-box-login > TextField
|
||||
{
|
||||
height: 20px;
|
||||
margin: 0 1px;
|
||||
}
|
||||
|
||||
.login-button-cred
|
||||
{
|
||||
align-self: center;
|
||||
|
||||
width: 250px;
|
||||
margin: 10px 0 15px 0;
|
||||
}
|
||||
|
||||
.login-error-box
|
||||
{
|
||||
.error-container {
|
||||
flex-direction: row;
|
||||
flex-shrink: 0;
|
||||
|
||||
@@ -95,8 +49,7 @@
|
||||
margin: 5px 0 5px 1px;
|
||||
}
|
||||
|
||||
.login-error-box > Image
|
||||
{
|
||||
.error-container > Image {
|
||||
flex-direction: row;
|
||||
|
||||
width: 32px;
|
||||
@@ -105,8 +58,7 @@
|
||||
margin: 5px 10px;
|
||||
}
|
||||
|
||||
.login-error-box > Label
|
||||
{
|
||||
.error-container > Label {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
|
||||
@@ -117,19 +69,66 @@
|
||||
padding: 2px 0;
|
||||
}
|
||||
|
||||
.helper-button-box
|
||||
{
|
||||
flex-direction: row;
|
||||
/* Credentials Login */
|
||||
|
||||
.credentials-container {
|
||||
align-self: center;
|
||||
justify-content: space-between;
|
||||
|
||||
width: 300px;
|
||||
width: 75%;
|
||||
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.credentials-input-container {
|
||||
align-self: center;
|
||||
|
||||
width: 100%;
|
||||
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.hyperlink-button
|
||||
{
|
||||
margin: 0;
|
||||
.credentials-input-container > Label {
|
||||
-unity-text-align: upper-left;
|
||||
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
.credentials-input-container > TextField {
|
||||
height: 20px;
|
||||
margin: 0 1px;
|
||||
}
|
||||
|
||||
.credentials-button-login {
|
||||
align-self: center;
|
||||
|
||||
width: 100%;
|
||||
margin: 10px 0 15px 0;
|
||||
}
|
||||
|
||||
.credentials-button-login-label {
|
||||
-unity-text-align: middle-center;
|
||||
white-space: normal;
|
||||
|
||||
min-height: 24px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
/* Help Section */
|
||||
|
||||
.help-section-container {
|
||||
flex-direction: row;
|
||||
|
||||
justify-content: space-between;
|
||||
align-self: center;
|
||||
|
||||
width: 75%;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.help-section-hyperlink-button {
|
||||
margin: 0 10px;
|
||||
padding: 0;
|
||||
|
||||
flex-shrink: 1;
|
||||
white-space: normal;
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6c6827adc58f1b146bde5b52679588d7
|
||||
guid: 5e05fbdf7dd89a14985a87aa62a03a0e
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
@@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Login/Login_Main.uss
|
||||
uploadId: 712972
|
||||
packageVersion: 12.0.1
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/LoginView/Style.uss
|
||||
uploadId: 724584
|
||||
@@ -0,0 +1,44 @@
|
||||
/* Logo */
|
||||
|
||||
.asset-store-logo {
|
||||
background-image: url("../../Icons/publisher-portal-dark.png");
|
||||
}
|
||||
|
||||
/* Cloud Login */
|
||||
|
||||
.cloud-label-or {
|
||||
color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
/* Error Section */
|
||||
|
||||
.error-container {
|
||||
background-color: rgb(63, 63, 63);
|
||||
}
|
||||
|
||||
.error-container > Image {
|
||||
--unity-image: resource("console.erroricon@2x");
|
||||
}
|
||||
|
||||
/* Credentials Login */
|
||||
|
||||
.credentials-container {
|
||||
background-color: rgb(63, 63, 63);
|
||||
}
|
||||
|
||||
/* Help Section */
|
||||
|
||||
.help-section-hyperlink-button {
|
||||
color: rgb(68, 113, 229);
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.help-section-hyperlink-button:hover {
|
||||
color: rgb(68, 133, 229);
|
||||
cursor: link;
|
||||
}
|
||||
|
||||
.help-section-hyperlink-button:active {
|
||||
color: rgb(68, 93, 229);
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d00412342a1b6c943b91cc06edad1202
|
||||
guid: bea9503736c358b4e99eac03c0db32b7
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
@@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Base/BaseWindow_Dark.uss
|
||||
uploadId: 712972
|
||||
packageVersion: 12.0.1
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/LoginView/ThemeDark.uss
|
||||
uploadId: 724584
|
||||
@@ -0,0 +1,44 @@
|
||||
/* Logo */
|
||||
|
||||
.asset-store-logo {
|
||||
background-image: url("../../Icons/publisher-portal-light.png");
|
||||
}
|
||||
|
||||
/* Cloud Login */
|
||||
|
||||
.cloud-label-or {
|
||||
color: rgb(28, 28, 28);
|
||||
}
|
||||
|
||||
/* Error Section */
|
||||
|
||||
.error-container {
|
||||
background-color: rgb(212, 212, 212);
|
||||
}
|
||||
|
||||
.error-container > Image {
|
||||
--unity-image: resource("console.erroricon@2x");
|
||||
}
|
||||
|
||||
/* Credentials Login */
|
||||
|
||||
.credentials-container {
|
||||
background-color: rgb(212, 212, 212);
|
||||
}
|
||||
|
||||
/* Help Section */
|
||||
|
||||
.help-section-hyperlink-button {
|
||||
color: rgb(68, 113, 229);
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.help-section-hyperlink-button:hover {
|
||||
color: rgb(68, 133, 229);
|
||||
cursor: link;
|
||||
}
|
||||
|
||||
.help-section-hyperlink-button:active {
|
||||
color: rgb(68, 93, 229);
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 0bebc765ff411f3428c6b3b23d5eb8e7
|
||||
guid: 895ecc4cb6c82b144b8423996c89f7ef
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
@@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Base/BaseWindow_Main.uss
|
||||
uploadId: 712972
|
||||
packageVersion: 12.0.1
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/LoginView/ThemeLight.uss
|
||||
uploadId: 724584
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f0a004d57c1a4db4a83df517f42de8a1
|
||||
guid: 46d44b66f60dc484897f0afeee574dbe
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
@@ -1,20 +1,49 @@
|
||||
.assets-scroll-view
|
||||
{
|
||||
.package-list-view {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
/* Package List Toolbar */
|
||||
|
||||
.package-list-toolbar {
|
||||
flex-direction: row;
|
||||
flex-shrink: 0;
|
||||
|
||||
justify-content: space-between;
|
||||
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.package-search-field {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
align-items: center;
|
||||
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.assets-scroll-view > .unity-scroll-view__content-viewport
|
||||
{
|
||||
margin-left: 1px;
|
||||
.package-search-field > #unity-search {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.assets-scroll-view > * > .unity-scroll-view__vertical-scroller
|
||||
{
|
||||
width: 14px;
|
||||
.package-search-field > * > .unity-base-field__input {
|
||||
font-size: 12px;
|
||||
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.spinner-box
|
||||
.package-sort-menu {
|
||||
flex-shrink: 0.001;
|
||||
align-self: center;
|
||||
|
||||
height: 21px;
|
||||
|
||||
margin: 1px;
|
||||
padding: 1px 6px;
|
||||
}
|
||||
|
||||
/* Loading Spinner */
|
||||
|
||||
.loading-spinner-box
|
||||
{
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
@@ -22,112 +51,104 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.spinner-image
|
||||
{
|
||||
.loading-spinner-image {
|
||||
align-self: center;
|
||||
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.top-tools-row
|
||||
{
|
||||
flex-direction: row;
|
||||
flex-shrink: 0;
|
||||
|
||||
justify-content: space-between;
|
||||
|
||||
height: 24px;
|
||||
|
||||
margin: 0 -1px 0 -1px;
|
||||
}
|
||||
/* Package Group */
|
||||
|
||||
.package-search-field
|
||||
{
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
|
||||
align-items: center;
|
||||
|
||||
width: 250px;
|
||||
margin: 1px 5px;
|
||||
}
|
||||
|
||||
.package-search-field > #unity-search
|
||||
{
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.package-search-field > * > .unity-base-field__input
|
||||
{
|
||||
font-size: 12px;
|
||||
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.sort-menu
|
||||
{
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
|
||||
align-self: center;
|
||||
|
||||
width: 155px;
|
||||
height: 19px;
|
||||
|
||||
margin: 1px 3px;
|
||||
padding: 1px 6px;
|
||||
}
|
||||
|
||||
.package-group
|
||||
{
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.group-expander-box
|
||||
{
|
||||
.package-group-expander-box {
|
||||
flex-direction: row;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
|
||||
align-items: center;
|
||||
|
||||
min-width: 200px;
|
||||
min-height: 30px;
|
||||
|
||||
margin: 10px -1px 2px -1px;
|
||||
margin: 10px 0 2px 0;
|
||||
padding: 1px 5px;
|
||||
}
|
||||
|
||||
.group-label
|
||||
.package-group-expander
|
||||
{
|
||||
align-self: center;
|
||||
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.package-group-label {
|
||||
font-size: 14px;
|
||||
-unity-font-style: bold;
|
||||
}
|
||||
|
||||
.group-info-box
|
||||
{
|
||||
.package-group-content-box {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.package-group-separator {
|
||||
height: 2px;
|
||||
|
||||
margin: 5px 15px;
|
||||
|
||||
display: none;
|
||||
}
|
||||
|
||||
.package-group-info-box {
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
font-size: 12px;
|
||||
margin: 5px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.group-content-box
|
||||
.package-group-info-box > Image
|
||||
{
|
||||
margin: -2px -2px -2px -2px;
|
||||
flex-direction: row;
|
||||
flex-shrink: 0;
|
||||
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
|
||||
margin: 5px 10px;
|
||||
}
|
||||
|
||||
.full-package-box
|
||||
.package-group-info-box > Label
|
||||
{
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
|
||||
-unity-text-align: middle-left;
|
||||
white-space: normal;
|
||||
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
/* Package Element */
|
||||
|
||||
.package-full-box {
|
||||
flex-direction: column;
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
|
||||
min-width: 280px;
|
||||
}
|
||||
|
||||
.foldout-box
|
||||
{
|
||||
.package-foldout-box {
|
||||
flex-direction: column;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.foldout-box-info
|
||||
{
|
||||
.package-foldout-box-expanded {
|
||||
padding-top: 3px;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.package-foldout-box-info {
|
||||
flex-direction: row;
|
||||
flex-grow: 0;
|
||||
flex-shrink: 0;
|
||||
@@ -141,21 +162,29 @@
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
.foldout-box-expanded
|
||||
{
|
||||
padding-top: 5px;
|
||||
top: -4px;
|
||||
}
|
||||
|
||||
.expander-label-row
|
||||
{
|
||||
.package-expander-label-row {
|
||||
flex-basis: 200px;
|
||||
flex-direction: row;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.asset-label-info-box
|
||||
{
|
||||
.package-expander {
|
||||
align-self: center;
|
||||
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.package-image {
|
||||
flex-shrink: 0;
|
||||
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.package-label-info-box {
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
@@ -163,8 +192,7 @@
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.asset-label
|
||||
{
|
||||
.package-label {
|
||||
flex-shrink: 1;
|
||||
|
||||
align-self: stretch;
|
||||
@@ -174,23 +202,13 @@
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.asset-info
|
||||
{
|
||||
.package-info {
|
||||
font-size: 11px;
|
||||
-unity-text-align: middle-left;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.expander
|
||||
{
|
||||
align-self: center;
|
||||
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.open-in-browser-button
|
||||
{
|
||||
.package-open-in-browser-button {
|
||||
flex-shrink: 0;
|
||||
|
||||
width: 16px;
|
||||
@@ -199,109 +217,34 @@
|
||||
-unity-background-scale-mode: scale-to-fit;
|
||||
}
|
||||
|
||||
.package-image
|
||||
{
|
||||
flex-shrink: 0;
|
||||
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.header-progress-bar
|
||||
{
|
||||
.package-header-progress-bar {
|
||||
margin: 0 -6px -1px -6px;
|
||||
padding: 0 0 2px 0;
|
||||
}
|
||||
|
||||
.header-progress-bar > * > .unity-progress-bar__background
|
||||
{
|
||||
.package-header-progress-bar > * > .unity-progress-bar__background {
|
||||
height: 5px;
|
||||
}
|
||||
|
||||
.group-separator
|
||||
{
|
||||
height: 2px;
|
||||
|
||||
margin: 5px 15px;
|
||||
/* Package Content Element & its nested elements */
|
||||
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*
|
||||
PACKAGE OPTIONS
|
||||
*/
|
||||
|
||||
.title-text-row
|
||||
{
|
||||
flex-direction: row;
|
||||
flex-shrink: 0;
|
||||
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.info-title
|
||||
{
|
||||
-unity-font-style: bold;
|
||||
}
|
||||
|
||||
.info-text
|
||||
{
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.title-icon-row
|
||||
{
|
||||
flex-direction: row;
|
||||
flex-shrink: 0;
|
||||
|
||||
justify-content: flex-start;
|
||||
|
||||
margin-top: 10px;
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.upload-label
|
||||
{
|
||||
font-size: 14px;
|
||||
-unity-text-align: middle-left;
|
||||
-unity-font-style: bold;
|
||||
}
|
||||
|
||||
.section-icon
|
||||
{
|
||||
height: 14px;
|
||||
width: 14px;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.functionality-box
|
||||
{
|
||||
.package-content-element {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
|
||||
margin: -5px 3px 2px 3px;
|
||||
overflow: hidden;
|
||||
|
||||
margin: -5px 0px 2px 0px;
|
||||
padding: 5px 10px 5px 40px;
|
||||
}
|
||||
|
||||
.upload-box
|
||||
{
|
||||
margin-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
/* NEW */
|
||||
|
||||
.selection-box-row
|
||||
{
|
||||
.package-content-option-box {
|
||||
flex-direction: row;
|
||||
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.label-help-row
|
||||
{
|
||||
.package-content-option-label-help-row {
|
||||
flex-direction: row;
|
||||
flex-shrink: 0;
|
||||
|
||||
@@ -312,19 +255,16 @@ PACKAGE OPTIONS
|
||||
width: 115px;
|
||||
}
|
||||
|
||||
.label-help-row > Label
|
||||
{
|
||||
.package-content-option-label-help-row > Label {
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
.label-help-row > Image
|
||||
{
|
||||
.package-content-option-label-help-row > Image {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.workflow-dropdown
|
||||
{
|
||||
.package-content-option-dropdown {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
|
||||
@@ -334,37 +274,62 @@ PACKAGE OPTIONS
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.path-selection-field
|
||||
{
|
||||
.package-content-option-textfield {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
.dependencies-toggle > * > .unity-label
|
||||
{
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.browse-button
|
||||
{
|
||||
.package-content-option-button {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.special-folders-toggles-box
|
||||
{
|
||||
flex-grow: 1;
|
||||
.package-content-option-toggle {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.extra-packages-box
|
||||
{
|
||||
.package-content-option-toggle > * {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.package-content-option-toggle * > .unity-label {
|
||||
flex-shrink: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
/* MutliToggleSelection Element */
|
||||
|
||||
.multi-toggle-box {
|
||||
flex-grow: 1;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.no-packages-label
|
||||
.multi-toggle-box-scrollview {
|
||||
flex-grow: 1;
|
||||
|
||||
height: 100px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.multi-toggle-box-scrollview > .unity-scroll-view__content-viewport
|
||||
{
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.multi-toggle-box-scrollview > * > .unity-scroll-view__content-container
|
||||
{
|
||||
padding: 3px 0 5px 0;
|
||||
}
|
||||
|
||||
.multi-toggle-box-scrollview > * > .unity-scroll-view__vertical-scroller
|
||||
{
|
||||
margin: -1px 0;
|
||||
}
|
||||
|
||||
.multi-toggle-box-empty-label {
|
||||
flex-grow: 1;
|
||||
|
||||
font-size: 11px;
|
||||
@@ -374,27 +339,12 @@ PACKAGE OPTIONS
|
||||
display: none;
|
||||
}
|
||||
|
||||
.packages-filtering-box
|
||||
{
|
||||
.multi-toggle-box-toolbar {
|
||||
flex-direction: row;
|
||||
|
||||
margin: -1px 0 0 3px;
|
||||
}
|
||||
|
||||
.filtering-packages-dropdown-box
|
||||
{
|
||||
flex-grow: 1;
|
||||
flex-direction: row;
|
||||
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
|
||||
margin-top: 1px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.filtering-packages-buttons-box
|
||||
{
|
||||
.multi-toggle-box-toolbar-selecting-box {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
flex-direction: row;
|
||||
@@ -405,72 +355,39 @@ PACKAGE OPTIONS
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
.filter-packages-toggle
|
||||
{
|
||||
width: 19px;
|
||||
height: 19px;
|
||||
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.filter-packages-dropdown
|
||||
{
|
||||
width: 100px;
|
||||
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.filter-packages-button
|
||||
{
|
||||
.multi-toggle-box-toolbar-selecting-box > Button {
|
||||
flex-shrink: 1;
|
||||
|
||||
width: 75px;
|
||||
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.extra-packages-buttons-box
|
||||
{
|
||||
.multi-toggle-box-toolbar-filtering-box {
|
||||
flex-grow: 1;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.extra-packages-scroll-view
|
||||
{
|
||||
flex-grow: 1;
|
||||
|
||||
height: 100px;
|
||||
|
||||
margin-left: 3px;
|
||||
}
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
|
||||
.extra-packages-scroll-view > .unity-scroll-view__content-viewport
|
||||
{
|
||||
margin-top: 1px;
|
||||
margin-left: 1px;
|
||||
}
|
||||
|
||||
.extra-packages-scroll-view > * > .unity-scroll-view__content-container
|
||||
{
|
||||
padding: 3px 0 5px 0;
|
||||
.multi-toggle-box-toolbar-filtering-box > ToolbarMenu {
|
||||
width: 100px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.extra-packages-scroll-view > * > .unity-scroll-view__vertical-scroller
|
||||
{
|
||||
margin: -1px 0;
|
||||
}
|
||||
|
||||
.extra-packages-toggle
|
||||
{
|
||||
.multi-toggle-box-toggle {
|
||||
padding: 2px 0 0 5px;
|
||||
}
|
||||
|
||||
.special-folder-toggle > * > .unity-label, .extra-packages-toggle > * > .unity-label
|
||||
{
|
||||
.multi-toggle-box-toggle > * > .unity-label {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.info-box, .group-info-box
|
||||
{
|
||||
/* Validation Element */
|
||||
|
||||
.validation-result-box {
|
||||
flex-direction: row;
|
||||
|
||||
align-items: center;
|
||||
@@ -480,8 +397,7 @@ PACKAGE OPTIONS
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.info-box > Image, .group-info-box > Image
|
||||
{
|
||||
.validation-result-box > Image {
|
||||
flex-direction: row;
|
||||
flex-shrink: 0;
|
||||
|
||||
@@ -491,8 +407,7 @@ PACKAGE OPTIONS
|
||||
margin: 5px 10px;
|
||||
}
|
||||
|
||||
.info-box > Label, .group-info-box > Label
|
||||
{
|
||||
.validation-result-box > Label {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
|
||||
@@ -502,63 +417,54 @@ PACKAGE OPTIONS
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.info-box > Button
|
||||
{
|
||||
.validation-result-box > Button {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.hyperlink-button-container
|
||||
{
|
||||
.validation-result-view-report-button-container {
|
||||
flex-shrink: 0;
|
||||
padding: 0 10px 0 10px;
|
||||
}
|
||||
|
||||
.hyperlink-button
|
||||
{
|
||||
.validation-result-view-report-button {
|
||||
margin: 0;
|
||||
padding: 4px 0 4px 0;
|
||||
}
|
||||
|
||||
.progress-upload-box
|
||||
{
|
||||
.validation-result-view-report-button:hover {
|
||||
cursor: link;
|
||||
}
|
||||
|
||||
/* Uploading Element */
|
||||
|
||||
.uploading-box {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.export-and-upload-container, .upload-progress-container
|
||||
{
|
||||
.uploading-export-and-upload-container {
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.uploading-export-button {
|
||||
flex-basis: 110px;
|
||||
flex-grow: 1;
|
||||
height: 24px;
|
||||
margin: 1px 2px 0 2px;
|
||||
}
|
||||
|
||||
.uploading-upload-button {
|
||||
flex-basis: 110px;
|
||||
flex-grow: 1;
|
||||
height: 24px;
|
||||
margin: 1px 2px 0 2px;
|
||||
}
|
||||
|
||||
.uploading-progress-container {
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.export-button
|
||||
{
|
||||
flex-grow: 1;
|
||||
|
||||
width: 95px;
|
||||
height: 24px;
|
||||
|
||||
margin: 0 5px 0 0;
|
||||
}
|
||||
|
||||
.upload-button
|
||||
{
|
||||
flex-grow: 1;
|
||||
|
||||
width: 95px;
|
||||
height: 24px;
|
||||
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.cancel-button
|
||||
{
|
||||
width: 95px;
|
||||
height: 24px;
|
||||
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.upload-progress-bar
|
||||
{
|
||||
.uploading-progress-bar {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
|
||||
@@ -568,7 +474,12 @@ PACKAGE OPTIONS
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
|
||||
.upload-progress-bar > * > .unity-progress-bar__background
|
||||
{
|
||||
.uploading-progress-bar > * > .unity-progress-bar__background {
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.uploading-cancel-button {
|
||||
width: 95px;
|
||||
height: 24px;
|
||||
margin: 0;
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a9e3b7e7e1851a140b1a5c23270ded34
|
||||
guid: 4b3b52dc166e3e24bb1ce4acd2592f3a
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
@@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Base/BaseWindow_Light.uss
|
||||
uploadId: 712972
|
||||
packageVersion: 12.0.1
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/PackageListView/Style.uss
|
||||
uploadId: 724584
|
||||
@@ -1,44 +1,13 @@
|
||||
/* Uploading Window */
|
||||
/* Package List Toolbar */
|
||||
|
||||
.assets-scroll-view
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.unity-scroller
|
||||
{
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
|
||||
.assets-scroll-view > .unity-scroll-view__content-viewport
|
||||
{
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
|
||||
background-color: rgb(68, 68, 68);
|
||||
}
|
||||
|
||||
.assets-scroll-view > * > .unity-scroll-view__vertical-scroller
|
||||
{
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.spinner-image
|
||||
{
|
||||
--unity-image: resource("WaitSpin00");
|
||||
}
|
||||
|
||||
.top-tools-row
|
||||
{
|
||||
.package-list-toolbar {
|
||||
border-bottom-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
|
||||
background-color: rgb(68, 68, 68);
|
||||
}
|
||||
|
||||
.sort-menu
|
||||
{
|
||||
.package-sort-menu {
|
||||
color: rgb(238, 238, 238);
|
||||
|
||||
border-width: 1px;
|
||||
@@ -48,193 +17,126 @@
|
||||
background-color: rgb(88, 88, 88);
|
||||
}
|
||||
|
||||
.sort-menu:hover
|
||||
{
|
||||
.package-sort-menu:hover {
|
||||
background-color: rgb(103, 103, 103);
|
||||
}
|
||||
|
||||
.sort-menu:active
|
||||
{
|
||||
.package-sort-menu:active {
|
||||
background-color: rgb(73, 73, 73);
|
||||
}
|
||||
|
||||
.sorting-header
|
||||
{
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
/* Loading Spinner */
|
||||
|
||||
.loading-spinner-image {
|
||||
--unity-image: resource("WaitSpin00");
|
||||
}
|
||||
|
||||
.sort-button
|
||||
{
|
||||
color: rgb(200, 200, 200);
|
||||
|
||||
border-width: 0;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
/* Package Group */
|
||||
|
||||
.sort-button:hover
|
||||
{
|
||||
color: rgb(220, 220, 220);
|
||||
}
|
||||
|
||||
.sort-button:active
|
||||
{
|
||||
color: rgb(180, 180, 180);
|
||||
}
|
||||
|
||||
.sort-separator
|
||||
{
|
||||
color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.group-expander-box
|
||||
{
|
||||
.package-group-expander-box {
|
||||
border-width: 0;
|
||||
border-color: rgba(33, 33, 33, 0);
|
||||
|
||||
background-color: rgba(68, 68, 68, 0);
|
||||
}
|
||||
|
||||
.group-label
|
||||
{
|
||||
.package-group-expander {
|
||||
color: rgb(104, 104, 104);
|
||||
}
|
||||
|
||||
.package-group-label {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.info-box, .group-info-box
|
||||
{
|
||||
.package-group-separator {
|
||||
background-color: rgb(48, 48, 48);
|
||||
}
|
||||
|
||||
.package-group-info-box {
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
|
||||
.info-box > Image, .group-info-box > Image
|
||||
{
|
||||
.package-group-info-box > Image {
|
||||
--unity-image: resource("console.infoicon@2x");
|
||||
}
|
||||
|
||||
.hyperlink-button
|
||||
{
|
||||
color: rgb(68, 113, 229);
|
||||
/* Package Element */
|
||||
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.hyperlink-button:hover
|
||||
{
|
||||
color: rgb(68, 133, 229);
|
||||
}
|
||||
|
||||
.hyperlink-button:active
|
||||
{
|
||||
color: rgb(68, 93, 229);
|
||||
}
|
||||
|
||||
.group-content-box
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.foldout-box
|
||||
{
|
||||
.package-foldout-box {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
background-color: rgb(56, 56, 56);
|
||||
}
|
||||
|
||||
.foldout-box:hover
|
||||
{
|
||||
.package-foldout-box:hover {
|
||||
background-color: rgb(68, 68, 68);
|
||||
}
|
||||
|
||||
.foldout-box:active
|
||||
{
|
||||
.package-foldout-box-draft:active {
|
||||
background-color: rgb(48, 48, 48);
|
||||
}
|
||||
|
||||
.foldout-box-expanded
|
||||
{
|
||||
.package-foldout-box-expanded {
|
||||
background-color: rgb(68, 68, 68);
|
||||
}
|
||||
|
||||
.open-in-browser-button
|
||||
{
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-image: url("../../../Icons/open-in-browser.png");
|
||||
|
||||
-unity-background-image-tint-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.open-in-browser-button:hover
|
||||
{
|
||||
-unity-background-image-tint-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.open-in-browser-button:active
|
||||
{
|
||||
-unity-background-image-tint-color: rgb(155, 155, 155);
|
||||
}
|
||||
|
||||
.expander
|
||||
{
|
||||
.package-expander {
|
||||
color: rgb(104, 104, 104);
|
||||
}
|
||||
|
||||
.package-image
|
||||
{
|
||||
.package-image {
|
||||
border-radius: 5px;
|
||||
background-image: resource("Sprite Icon");
|
||||
}
|
||||
|
||||
.package-image-not-found
|
||||
{
|
||||
background-color: rgb(88, 88, 88);
|
||||
}
|
||||
|
||||
.asset-label
|
||||
{
|
||||
.package-label {
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.asset-info
|
||||
{
|
||||
.package-info {
|
||||
color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.category-label
|
||||
{
|
||||
color: rgb(200, 200, 200);
|
||||
.package-open-in-browser-button {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-image: url("../../Icons/open-in-browser.png");
|
||||
|
||||
-unity-background-image-tint-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background
|
||||
{
|
||||
.package-open-in-browser-button:hover {
|
||||
-unity-background-image-tint-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.package-open-in-browser-button:active {
|
||||
-unity-background-image-tint-color: rgb(155, 155, 155);
|
||||
}
|
||||
|
||||
.package-header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background {
|
||||
border-width: 0;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress
|
||||
{
|
||||
.package-header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress {
|
||||
background-image: none;
|
||||
background-color: rgb(33, 150, 243);
|
||||
}
|
||||
|
||||
.group-separator
|
||||
{
|
||||
background-color: rgb(48, 48, 48);
|
||||
}
|
||||
/* Package Content Element */
|
||||
|
||||
/* Uploading functionality Window */
|
||||
|
||||
.functionality-box
|
||||
{
|
||||
.package-content-element {
|
||||
background-color: rgb(68, 68, 68);
|
||||
}
|
||||
|
||||
.workflow-dropdown
|
||||
{
|
||||
.package-content-option-label-help-row > Image {
|
||||
--unity-image: resource("d__Help@2x");
|
||||
}
|
||||
|
||||
.package-content-option-dropdown {
|
||||
color: rgb(238, 238, 238);
|
||||
|
||||
border-width: 1px;
|
||||
@@ -244,26 +146,33 @@
|
||||
background-color: rgb(88, 88, 88);
|
||||
}
|
||||
|
||||
.workflow-dropdown:hover
|
||||
{
|
||||
.package-content-option-dropdown:hover {
|
||||
background-color: rgb(103, 103, 103);
|
||||
}
|
||||
|
||||
.extra-packages-scroll-view
|
||||
{
|
||||
/* MultiToggleSelection Element */
|
||||
|
||||
.multi-toggle-box-scrollview {
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
|
||||
background-color: rgb(58, 58, 58);
|
||||
}
|
||||
|
||||
.extra-packages-scroll-view > * > .unity-scroll-view__vertical-scroller
|
||||
{
|
||||
.multi-toggle-box-scrollview > * > .unity-scroll-view__vertical-scroller {
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.filter-packages-dropdown
|
||||
{
|
||||
.multi-toggle-box-empty-label {
|
||||
color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.multi-toggle-box-toolbar {
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
background-color: rgb(58, 58, 58);
|
||||
}
|
||||
|
||||
.multi-toggle-box-toolbar-filtering-box > ToolbarMenu {
|
||||
color: rgb(188, 188, 188);
|
||||
|
||||
border-width: 1px;
|
||||
@@ -273,50 +182,57 @@
|
||||
background-color: rgb(88, 88, 88);
|
||||
}
|
||||
|
||||
.filter-packages-dropdown:hover
|
||||
{
|
||||
background-color: rgb(103, 103, 103);
|
||||
}
|
||||
/* Validation Element */
|
||||
|
||||
.filter-packages-dropdown:active
|
||||
{
|
||||
background-color: rgb(73, 73, 73);
|
||||
}
|
||||
|
||||
.no-packages-label
|
||||
{
|
||||
color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.packages-filtering-box
|
||||
{
|
||||
.validation-result-box {
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
|
||||
background-color: rgb(58, 58, 58);
|
||||
}
|
||||
|
||||
.label-help-row > Image
|
||||
{
|
||||
--unity-image: resource("d__Help@2x");
|
||||
.validation-result-box > Image {
|
||||
--unity-image: resource("console.infoicon@2x");
|
||||
}
|
||||
|
||||
.upload-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background
|
||||
{
|
||||
.validation-result-view-report-button {
|
||||
color: rgb(68, 113, 229);
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.validation-result-view-report-button:hover {
|
||||
color: rgb(68, 133, 229);
|
||||
}
|
||||
|
||||
.validation-result-view-report-button:active {
|
||||
color: rgb(68, 93, 229);
|
||||
}
|
||||
|
||||
/* Uploading Element */
|
||||
|
||||
.uploading-export-button {
|
||||
color: rgb(220, 220, 220);
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
|
||||
.uploading-upload-button {
|
||||
color: rgb(220, 220, 220);
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
|
||||
.uploading-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background {
|
||||
border-width: 0;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.upload-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress
|
||||
{
|
||||
.uploading-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress {
|
||||
background-image: none;
|
||||
background-color: rgb(33, 150, 243);
|
||||
}
|
||||
|
||||
.export-button, .upload-button, .cancel-button
|
||||
{
|
||||
.uploading-cancel-button {
|
||||
color: rgb(220, 220, 220);
|
||||
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2096f0ee5b05ec643b409ded0d725eb3
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 12.0.1
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/PackageListView/ThemeDark.uss
|
||||
uploadId: 724584
|
||||
@@ -1,44 +1,13 @@
|
||||
/* Uploading Window */
|
||||
/* Package List Toolbar */
|
||||
|
||||
.assets-scroll-view
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.unity-scroller
|
||||
{
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
|
||||
.assets-scroll-view > .unity-scroll-view__content-viewport
|
||||
{
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
|
||||
background-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.assets-scroll-view > * > .unity-scroll-view__vertical-scroller
|
||||
{
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.spinner-image
|
||||
{
|
||||
--unity-image: resource("WaitSpin00");
|
||||
}
|
||||
|
||||
.top-tools-row
|
||||
{
|
||||
.package-list-toolbar {
|
||||
border-bottom-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
border-color: rgb(127, 127, 127);
|
||||
|
||||
background-color: rgb(200, 200, 200);
|
||||
background-color: rgb(203, 203, 203);
|
||||
}
|
||||
|
||||
.sort-menu
|
||||
{
|
||||
.package-sort-menu {
|
||||
color: rgb(9, 9, 9);
|
||||
|
||||
border-width: 1px;
|
||||
@@ -48,244 +17,222 @@
|
||||
background-color: rgb(228, 228, 228);
|
||||
}
|
||||
|
||||
.sort-menu:hover
|
||||
{
|
||||
.package-sort-menu:hover {
|
||||
background-color: rgb(236, 236, 236);
|
||||
}
|
||||
|
||||
.sort-menu:active
|
||||
{
|
||||
.package-sort-menu:active {
|
||||
background-color: rgb(220, 220, 220);
|
||||
}
|
||||
|
||||
.group-expander-box
|
||||
{
|
||||
/* Loading Spinner */
|
||||
|
||||
.loading-spinner-image {
|
||||
--unity-image: resource("WaitSpin00");
|
||||
}
|
||||
|
||||
/* Package Group */
|
||||
|
||||
.package-group-expander-box {
|
||||
border-width: 0;
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.group-label
|
||||
{
|
||||
.package-group-expander {
|
||||
color: rgb(77, 77, 77);
|
||||
}
|
||||
|
||||
.package-group-label {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.info-box, .group-info-box
|
||||
.package-group-separator
|
||||
{
|
||||
background-color: rgb(48, 48, 48);
|
||||
}
|
||||
|
||||
.package-group-info-box
|
||||
{
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
|
||||
.info-box > Image, .group-info-box > Image
|
||||
.package-group-info-box > Image
|
||||
{
|
||||
--unity-image: resource("console.infoicon@2x");
|
||||
}
|
||||
|
||||
.hyperlink-button
|
||||
{
|
||||
color: rgb(68, 113, 229);
|
||||
/* Package Element */
|
||||
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.hyperlink-button:hover
|
||||
{
|
||||
color: rgb(68, 133, 229);
|
||||
}
|
||||
|
||||
.hyperlink-button:active
|
||||
{
|
||||
color: rgb(68, 93, 229);
|
||||
}
|
||||
|
||||
.group-content-box
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
.foldout-box
|
||||
{
|
||||
.package-foldout-box {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
background-color: rgb(198, 198, 198);
|
||||
}
|
||||
|
||||
.foldout-box:hover
|
||||
{
|
||||
.package-foldout-box:hover {
|
||||
background-color: rgb(212, 212, 212);
|
||||
}
|
||||
|
||||
.foldout-box:active
|
||||
{
|
||||
.package-foldout-box-draft:active {
|
||||
background-color: rgb(180, 180, 180);
|
||||
}
|
||||
|
||||
.foldout-box-expanded
|
||||
{
|
||||
.package-foldout-box-expanded {
|
||||
background-color: rgb(212, 212, 212);
|
||||
}
|
||||
|
||||
.open-in-browser-button
|
||||
{
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-image: url("../../../Icons/open-in-browser.png");
|
||||
|
||||
-unity-background-image-tint-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.open-in-browser-button:hover
|
||||
{
|
||||
-unity-background-image-tint-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
.open-in-browser-button:active
|
||||
{
|
||||
-unity-background-image-tint-color: rgb(155, 155, 155);
|
||||
}
|
||||
|
||||
.expander
|
||||
{
|
||||
.package-expander {
|
||||
color: rgb(77, 77, 77);
|
||||
}
|
||||
|
||||
.package-image
|
||||
{
|
||||
.package-image {
|
||||
border-radius: 5px;
|
||||
background-image: resource("Sprite Icon");
|
||||
}
|
||||
|
||||
.package-image-not-found
|
||||
{
|
||||
background-color: rgb(160, 160, 160);
|
||||
}
|
||||
|
||||
.asset-label
|
||||
{
|
||||
.package-label {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.asset-info
|
||||
{
|
||||
.package-info {
|
||||
color: rgb(48, 48, 48);
|
||||
}
|
||||
|
||||
.category-label
|
||||
{
|
||||
color: rgb(48, 48, 48);
|
||||
.package-open-in-browser-button {
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
background-image: url("../../Icons/open-in-browser.png");
|
||||
|
||||
-unity-background-image-tint-color: rgb(150, 150, 150);
|
||||
}
|
||||
|
||||
.header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background
|
||||
{
|
||||
.package-open-in-browser-button:hover {
|
||||
-unity-background-image-tint-color: rgb(100, 100, 100);
|
||||
}
|
||||
|
||||
.package-open-in-browser-button:active {
|
||||
-unity-background-image-tint-color: rgb(50, 50, 50);
|
||||
}
|
||||
|
||||
.package-header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background {
|
||||
border-width: 0;
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress
|
||||
{
|
||||
.package-header-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress {
|
||||
background-image: none;
|
||||
background-color: rgb(108, 157, 243);
|
||||
}
|
||||
|
||||
.group-separator
|
||||
{
|
||||
background-color: rgb(48, 48, 48);
|
||||
}
|
||||
/* Package Content Element */
|
||||
|
||||
/* Uploading functionality Window */
|
||||
|
||||
.functionality-box
|
||||
{
|
||||
.package-content-element {
|
||||
background-color: rgb(212, 212, 212);
|
||||
}
|
||||
|
||||
.workflow-dropdown
|
||||
{
|
||||
color: rgb(9, 9, 9);
|
||||
|
||||
border-width: 1px;
|
||||
border-radius: 3px;
|
||||
border-color: rgb(178, 178, 178);
|
||||
|
||||
background-color: rgb(228, 228, 228);
|
||||
}
|
||||
|
||||
.workflow-dropdown:hover
|
||||
{
|
||||
background-color: rgb(236, 236, 236);
|
||||
}
|
||||
|
||||
.extra-packages-scroll-view
|
||||
{
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
|
||||
background-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.extra-packages-scroll-view > * > .unity-scroll-view__vertical-scroller
|
||||
{
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.filter-packages-dropdown
|
||||
{
|
||||
color: rgb(9, 9, 9);
|
||||
|
||||
border-width: 1px;
|
||||
border-radius: 3px;
|
||||
border-color: rgb(178, 178, 178);
|
||||
|
||||
background-color: rgb(228, 228, 228);
|
||||
}
|
||||
|
||||
.filter-packages-dropdown:hover
|
||||
{
|
||||
background-color: rgb(236, 236, 236);
|
||||
}
|
||||
|
||||
.filter-packages-dropdown:active
|
||||
{
|
||||
background-color: rgb(220, 220, 220);
|
||||
}
|
||||
|
||||
.no-packages-label
|
||||
{
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.packages-filtering-box
|
||||
{
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
|
||||
background-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.label-help-row > Image
|
||||
{
|
||||
.package-content-option-label-help-row > Image {
|
||||
--unity-image: resource("_Help@2x");
|
||||
}
|
||||
|
||||
.upload-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background
|
||||
{
|
||||
.package-content-option-dropdown {
|
||||
color: rgb(9, 9, 9);
|
||||
|
||||
border-width: 1px;
|
||||
border-radius: 3px;
|
||||
border-color: rgb(178, 178, 178);
|
||||
|
||||
background-color: rgb(228, 228, 228);
|
||||
}
|
||||
|
||||
.package-content-option-dropdown:hover {
|
||||
background-color: rgb(236, 236, 236);
|
||||
}
|
||||
|
||||
/* MultiToggleSelection Element */
|
||||
|
||||
.multi-toggle-box-scrollview {
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
background-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.multi-toggle-box-scrollview > * > .unity-scroll-view__vertical-scroller {
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.multi-toggle-box-empty-label {
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.multi-toggle-box-toolbar {
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
background-color: rgb(200, 200, 200);
|
||||
}
|
||||
|
||||
.multi-toggle-box-toolbar-filtering-box > ToolbarMenu {
|
||||
color: rgb(9, 9, 9);
|
||||
|
||||
border-width: 1px;
|
||||
border-radius: 3px;
|
||||
border-color: rgb(178, 178, 178);
|
||||
|
||||
background-color: rgb(228, 228, 228);
|
||||
}
|
||||
|
||||
/* Validation Element */
|
||||
|
||||
.validation-result-box {
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
|
||||
.validation-result-box > Image {
|
||||
--unity-image: resource("console.infoicon@2x");
|
||||
}
|
||||
|
||||
.validation-result-view-report-button {
|
||||
color: rgb(68, 113, 229);
|
||||
border-color: rgba(0, 0, 0, 0);
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
.validation-result-view-report-button:hover {
|
||||
color: rgb(68, 133, 229);
|
||||
}
|
||||
|
||||
.validation-result-view-report-button:active {
|
||||
color: rgb(68, 93, 229);
|
||||
}
|
||||
|
||||
/* Uploading Element */
|
||||
|
||||
.uploading-export-button {
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
|
||||
.uploading-upload-button {
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
|
||||
.uploading-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background {
|
||||
border-width: 0;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.upload-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress
|
||||
{
|
||||
.uploading-progress-bar > .unity-progress-bar__container > .unity-progress-bar__background > .unity-progress-bar__progress {
|
||||
background-image: none;
|
||||
background-color: rgb(108, 157, 243);
|
||||
}
|
||||
|
||||
.export-button, .upload-button, .cancel-button
|
||||
{
|
||||
.uploading-cancel-button {
|
||||
border-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9b79808cdce73b949abc32c5fada1bda
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 12.0.1
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/PackageListView/ThemeLight.uss
|
||||
uploadId: 724584
|
||||
@@ -0,0 +1,74 @@
|
||||
.uploader-window-root {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.uploader-window-root-scrollview {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.uploader-window-root-scrollview > * > .unity-scroll-view__content-container {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.uploader-window-root-scrollview > * > .unity-scroll-view__content-viewport {
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.uploader-window-root-scrollview > * > * > .unity-scroll-view__content-container {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
}
|
||||
|
||||
.account-toolbar {
|
||||
flex-direction: row;
|
||||
flex-shrink: 0;
|
||||
|
||||
justify-content: space-between;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.account-toolbar-left-side-container {
|
||||
flex-grow: 1;
|
||||
flex-shrink: 0;
|
||||
flex-basis: 0px;
|
||||
overflow: hidden;
|
||||
min-width: 16px;
|
||||
align-self: center;
|
||||
flex-direction: row;
|
||||
margin: 3px 0px 3px 1px;
|
||||
}
|
||||
|
||||
.account-toolbar-right-side-container {
|
||||
flex-shrink: 1;
|
||||
flex-grow: 0;
|
||||
flex-wrap: wrap;
|
||||
align-self: center;
|
||||
flex-direction: row;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.account-toolbar-user-image {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
flex-shrink: 0;
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.account-toolbar-email-label {
|
||||
flex-shrink: 1;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
-unity-font-style: bold;
|
||||
}
|
||||
|
||||
.account-toolbar-button-refresh {
|
||||
flex-grow: 1;
|
||||
min-width: 50px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.account-toolbar-button-logout {
|
||||
flex-grow: 1;
|
||||
min-width: 50px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 13a732708670b6040ac77e49fceae9c5
|
||||
guid: 6f0343bfa66bbb344bee68a23d24cca8
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
@@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Login/Login_Dark.uss
|
||||
uploadId: 712972
|
||||
packageVersion: 12.0.1
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Style.uss
|
||||
uploadId: 724584
|
||||
@@ -0,0 +1,9 @@
|
||||
.account-toolbar {
|
||||
background-color: rgb(68, 68, 68);
|
||||
border-color: rgb(33, 33, 33);
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
||||
.account-toolbar-user-image {
|
||||
background-image: url("../Icons/account-dark.png");
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 526a426fa6626ce498c3bd03c67737e4
|
||||
guid: 26d328c2ffac2ff44af266e9c632f2ab
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
@@ -13,6 +13,6 @@ AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Login/Login_Light.uss
|
||||
uploadId: 712972
|
||||
packageVersion: 12.0.1
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/ThemeDark.uss
|
||||
uploadId: 724584
|
||||
@@ -0,0 +1,9 @@
|
||||
.account-toolbar {
|
||||
background-color: rgb(203, 203, 203);
|
||||
border-color: rgb(127, 127, 127);
|
||||
border-top-width: 1px;
|
||||
}
|
||||
|
||||
.account-toolbar-user-image {
|
||||
background-image: url("../Icons/account-light.png");
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a994594cc493b7346b4d4a71d39908dc
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 12.0.1
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/ThemeLight.uss
|
||||
uploadId: 724584
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2fcc7023ae026264a9f05c37d0064aea
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: be1208fb3d0e8174a8075d0078069e72
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,18 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6320179b9eae0cc4cb6728a4392c4da5
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/AllPackages/AllPackages_Dark.uss
|
||||
uploadId: 712972
|
||||
@@ -1,18 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2e1bb62d57954d94690fac6155f453ab
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/AllPackages/AllPackages_Light.uss
|
||||
uploadId: 712972
|
||||
@@ -1,18 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 703ea091ed1e85049b6c0e6b94f4aba3
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/AllPackages/AllPackages_Main.uss
|
||||
uploadId: 712972
|
||||
@@ -1,7 +0,0 @@
|
||||
.bottom-tools-row
|
||||
{
|
||||
border-top-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
|
||||
background-color: rgb(68, 68, 68);
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 42629fa0950d47d4fb25ead7ae74591f
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/UploadWindow_Dark.uss
|
||||
uploadId: 712972
|
||||
@@ -1,7 +0,0 @@
|
||||
.bottom-tools-row
|
||||
{
|
||||
border-top-width: 1px;
|
||||
border-color: rgb(33, 33, 33);
|
||||
|
||||
background-color: rgb(200, 200, 200);
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: a7a6eb19ec987844280ce30ca2135cca
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/UploadWindow_Light.uss
|
||||
uploadId: 712972
|
||||
@@ -1,34 +0,0 @@
|
||||
#UploadWindow
|
||||
{
|
||||
flex-grow: 1;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bottom-tools-row
|
||||
{
|
||||
flex-direction: row;
|
||||
flex-shrink: 0;
|
||||
|
||||
justify-content: space-between;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.toolbar-left-side-container
|
||||
{
|
||||
align-self: center;
|
||||
flex-direction: row;
|
||||
margin: 3px 0 3px 5px;
|
||||
}
|
||||
|
||||
.toolbar-right-side-container
|
||||
{
|
||||
align-self: center;
|
||||
flex-direction: row;
|
||||
flex-shrink: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.refresh-button, .logout-button, .ongoing-uploads-button, .all-packages-button
|
||||
{
|
||||
min-width: 50px;
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: fd40f16a3ddafd6438ecc0f5c2017593
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
AssetOrigin:
|
||||
serializedVersion: 1
|
||||
productId: 115
|
||||
packageName: Asset Store Publishing Tools
|
||||
packageVersion: 11.4.4
|
||||
assetPath: Packages/com.unity.asset-store-tools/Editor/Uploader/Styles/Upload/UploadWindow_Main.uss
|
||||
uploadId: 712972
|
||||
Reference in New Issue
Block a user