Template:Button/styles.css

From Space Station 14 Wiki
.template-button {
	white-space: pre;
	user-select: none;
	cursor: pointer;
	
	background-color: #464966;
}

.template-button:hover {
	background-color: #575b7f;
}

/* pressed state */
.template-button.pressed,
.template-button:active {
	background-color: #3e6c45;
}