dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

#euta_wrapper {
	position: relative;
}
#euta_wrapper:after {
	background-color: rgba(var(--theme-page-text-color--rgb),.25);
	content: "";
	height: 16px;
	width: 1px;
	position: absolute;
	top: 8px;
	right: 8px;
}
#euta_button {
	padding: 7px 0;
	margin-right: 18px;
}
#MessageWall .SingleThreadToolbar .wds-button.wds-is-text#euta_button {
	color: var(--wds-text-button-label-color);
}
#MessageWall .SingleThreadToolbar .wds-button.wds-is-text#euta_button:hover {
	color: var(--wds-text-button-label-color--hover);
}