Template:Button/styles.css: Difference between revisions

From Space Station 14 Wiki
(Created blank page)
 
(added preseed state as a class)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
.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;
}

Latest revision as of 23:16, 18 August 2024

.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;
}