.dialog-item {
	cursor: pointer;
	user-select: none;
}

.dialog-item.selected {
	background-color: gray;
}