Net.Like.Xue.Tokyo/Assets/BITKit/Unity/UX/BITConsole.uss

66 lines
1.7 KiB
Plaintext
Raw Normal View History

2024-11-03 16:42:23 +08:00
.console {
background-color: rgb(113, 113, 113);
}
.console-container {
background-color: rgb(87, 87, 87);
}
.console .unity-base-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;
}
.console Button {
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
color: rgb(255, 255, 255);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
-unity-text-align: upper-left;
background-color: rgb(87, 87, 87);
border-left-color: rgba(0, 0, 0, 0);
border-right-color: rgba(0, 0, 0, 0);
border-top-color: rgba(0, 0, 0, 0);
border-bottom-color: rgba(0, 0, 0, 0);
}
.console Button:hover {
color: rgb(32, 32, 32);
background-color: rgb(113, 113, 113);
border-left-color: rgb(87, 87, 87);
border-right-color: rgb(87, 87, 87);
border-top-color: rgb(87, 87, 87);
border-bottom-color: rgb(87, 87, 87);
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
}
.console Button:active {
background-color: rgba(113, 113, 113, 0.58);
}
.console Button:focus {
border-left-color: rgba(113, 113, 113, 0.58);
border-right-color: rgba(113, 113, 113, 0.58);
border-top-color: rgba(113, 113, 113, 0.58);
border-bottom-color: rgba(113, 113, 113, 0.58);
background-color: rgba(113, 113, 113, 0.58);
}
.unity-base-field__input .unity-text-element {
color: rgba(255, 255, 255, 0.78);
}