54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
|
.app-container Button {
|
||
|
background-color: rgba(0, 0, 0, 0);
|
||
|
border-top-width: 0;
|
||
|
border-right-width: 0;
|
||
|
border-bottom-width: 0;
|
||
|
border-left-width: 0;
|
||
|
}
|
||
|
|
||
|
.app-container #VisualElement--0 {
|
||
|
width: 128px;
|
||
|
height: 128px;
|
||
|
background-color: rgba(255, 255, 255, 0.78);
|
||
|
border-top-left-radius: 16px;
|
||
|
border-top-right-radius: 16px;
|
||
|
border-bottom-right-radius: 16px;
|
||
|
border-bottom-left-radius: 16px;
|
||
|
background-image: url("project://database/Assets/BITKit/Unity/Art/Icons/Window%20Manager.png?fileID=21300000&guid=d8babda278a43b64281291cdad557c0d&type=3#Window Manager");
|
||
|
}
|
||
|
|
||
|
.app-display > * {
|
||
|
flex-grow: 1;
|
||
|
}
|
||
|
|
||
|
.app-container #Label--0 {
|
||
|
font-size: 20px;
|
||
|
-unity-font-style: bold;
|
||
|
color: rgb(32, 32, 2);
|
||
|
}
|
||
|
|
||
|
.app-container Button:hover #VisualElement--0 {
|
||
|
background-color: rgba(64, 64, 64, 0.78);
|
||
|
-unity-background-image-tint-color: rgb(128, 128, 128);
|
||
|
}
|
||
|
|
||
|
.app-container Button:active #VisualElement--0 {
|
||
|
background-color: rgba(128, 128, 128, 0.78);
|
||
|
-unity-background-image-tint-color: rgb(128, 128, 128);
|
||
|
}
|
||
|
|
||
|
.app-container Button:hover #Label--0 {
|
||
|
}
|
||
|
|
||
|
.status-bar {
|
||
|
height: 48px;
|
||
|
}
|
||
|
|
||
|
.badge {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.allow-badge .badge {
|
||
|
display: flex;
|
||
|
}
|