TheCynicalLiger b74ec1cf8f
first commit
2021-01-09 17:30:42 +00:00

10 lines
207 B
CSS
Executable File

.button.text-only-button:hover{
color: @selected_bg_color;
}
.button.text-only-button:active,
.button.text-only-button:active:hover {
color: @selected_bg_color;
background-color: transparent;
}