
.filepath {
	display: inline-block;
	padding-left: 21px;
	padding-right: 3px;
	border-radius: 3px;
	cursor: pointer;
	color: #000000;
	font-weight: 600;
}

.filepath:hover {
	color: #000000;
	background-color: #DDDDDD;
}

.filepath {
	background-image: url('/project/blockwriter/ui/icon/pub/img/file-text.svg');
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: 0 center;
}