Add 4th Gen Solo Mix switch

This commit is contained in:
Geoffrey D. Bennett
2024-01-28 20:17:57 +10:30
parent 1c2d966763
commit 17b39efee0
2 changed files with 31 additions and 0 deletions

View File

@@ -132,6 +132,10 @@ button.inst:checked {
text-shadow: 0 0 5px #00c000, 0 0 15px #00c000;
}
button.pcm-input-mix:checked {
text-shadow: 0 0 5px #00c000, 0 0 15px #00c000;
}
/* Air Checked (Gen 3) */
button.air:checked {
text-shadow: 0 0 5px #ffc000, 0 0 15px #ffc000;