12 lines
136 B
Plaintext
12 lines
136 B
Plaintext
.selected {
|
|
color: white;
|
|
}
|
|
|
|
.not_selected {
|
|
color: rgb(102, 102, 102);
|
|
}
|
|
|
|
.unity-list-view__empty-label {
|
|
display: none;
|
|
}
|