Highlight camera directon when selected
This commit is contained in:
parent
7ac6f89af9
commit
f044c0eee3
|
@ -160,6 +160,17 @@ button.focus{
|
||||||
|
|
||||||
#fwdLabel,#bwdLabel{
|
#fwdLabel,#bwdLabel{
|
||||||
margin-top: 8px;
|
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{
|
#fwdLabel{
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue