Template:Button/styles.css: Difference between revisions

From Space Station 14 Wiki
No edit summary
(moved padding to the template)
Line 1: Line 1:
.template-button {
.template-button {
padding: .2em;
white-space: pre;
white-space: pre;
user-select: none;
user-select: none;

Revision as of 22:49, 18 August 2024

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

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

.template-button:active {
	background-color: #3e6c45;
}