Highlight camera directon when selected

This commit is contained in:
mmcw-dev 2017-12-23 22:23:09 -05:00
parent 7ac6f89af9
commit f044c0eee3
1 changed files with 11 additions and 0 deletions

View File

@ -160,6 +160,17 @@ button.focus{
#fwdLabel,#bwdLabel{
margin-top: 8px;
color: #666;
}
#fwdLabel.selected,
#bwdLabel.selected{
color: #fff;
}
#fwdLabel.selected{
text-shadow: 0px 0px 4px #20ce45;
}
#bwdLabel.selected{
text-shadow: 0px 0px 4px #f32121;
}
#fwdLabel{
float: left;