Шаблон:ButtonSS14/styles.css

Материал из Space Station 14 Вики
/* Лицензия: CC BY-SA 4.0 | Автор: Aliser | Источник: https://wiki.spacestation14.com/wiki/Template:Button */

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

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

/* нажатое состояние */
.template-button.pressed,
.template-button:active {
	background-color: #3e6c45;
}