1
This commit is contained in:
64
Unity/UX/BITConsole.uss
Normal file
64
Unity/UX/BITConsole.uss
Normal file
@@ -0,0 +1,64 @@
|
||||
.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/BITKits/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);
|
||||
}
|
Reference in New Issue
Block a user