65 lines
1.4 KiB
Plaintext
65 lines
1.4 KiB
Plaintext
.Console {
|
|
background-color: rgb(113, 113, 113);
|
|
}
|
|
|
|
.Console-Text {
|
|
font-size: 18px;
|
|
color: rgba(233, 233, 233, 0.63);
|
|
-unity-font-definition: url('project://database/Assets/BITKit/Art/Fonts/NotoSansSC-Regular%20SDF.asset?fileID=11400000&guid=4897d78d91e2fa34bbc06b9e213ac6d4&type=2#NotoSansSC-Regular SDF');
|
|
-unity-font-style: bold;
|
|
}
|
|
|
|
.Console-ScrollView {
|
|
background-color: rgb(87, 87, 87);
|
|
}
|
|
|
|
.Console-TextField {
|
|
margin-left: -2px;
|
|
margin-right: 0;
|
|
margin-top: 8px;
|
|
margin-bottom: 8px;
|
|
padding-left: 0;
|
|
padding-right: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.unity-text-field__input {
|
|
background-color: rgb(87, 87, 87);
|
|
color: rgba(221, 221, 221, 0.94);
|
|
-unity-font-style: normal;
|
|
font-size: 16px;
|
|
border-left-width: 0;
|
|
border-right-width: 0;
|
|
border-top-width: 0;
|
|
border-bottom-width: 0;
|
|
}
|
|
|
|
ListView {
|
|
background-color: rgb(87, 87, 87);
|
|
color: rgba(233, 233, 233, 0.63);
|
|
-unity-background-image-tint-color: rgba(233, 233, 233, 0.63);
|
|
}
|
|
|
|
.unity-base-dropdown__container-outer .unity-scroll-view {
|
|
background-color: rgb(120, 120, 120);
|
|
}
|
|
|
|
.unity-text-field__input:hover {
|
|
border-left-width: 0;
|
|
border-right-width: 0;
|
|
border-top-width: 0;
|
|
border-bottom-width: 0;
|
|
}
|
|
|
|
ListView Label {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
}
|
|
|
|
ListView Label:hover {
|
|
color: rgba(32, 32, 32, 255);
|
|
}
|