28 lines
650 B
Plaintext
28 lines
650 B
Plaintext
|
.title {
|
||
|
font-size: 24px;
|
||
|
margin-bottom: 4px;
|
||
|
}
|
||
|
|
||
|
.subTitle {
|
||
|
-unity-font-style: bold;
|
||
|
margin-top: 4px;
|
||
|
margin-bottom: 4px;
|
||
|
border-bottom-width: 1px;
|
||
|
border-left-color: rgb(149, 149, 149);
|
||
|
border-right-color: rgb(149, 149, 149);
|
||
|
border-top-color: rgb(149, 149, 149);
|
||
|
border-bottom-color: rgb(149, 149, 149);
|
||
|
}
|
||
|
|
||
|
.readonly #unity-text-input {
|
||
|
background-color: rgba(0, 0, 0, 0);
|
||
|
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);
|
||
|
}
|
||
|
|
||
|
.readonly .hide-label TextField Label {
|
||
|
display: none;
|
||
|
}
|