Update 3rd Gen Solo Direct Monitor control to match 4th Gen

This commit is contained in:
Geoffrey D. Bennett
2024-01-21 17:26:12 +10:30
parent b8ca52e7f2
commit e0e591db3e
2 changed files with 14 additions and 5 deletions

View File

@@ -131,3 +131,14 @@ button.phantom:checked {
.direct-monitor:checked {
text-shadow: 0 0 5px #00c000, 0 0 15px #00c000;
}
/* Direct Monitor Selections (2i2) */
button.direct-monitor.selected-mono > label {
color: #ffffff;
text-shadow: 0 0 5px #c0c0c0, 0 0 15px #c0c0c0;
}
button.direct-monitor.selected-stereo > label {
color: #ffffff;
text-shadow: 0 0 5px #00c000, 0 0 15px #00c000;
}