Push dev work to master #2

Merged
sixteenmillimeter merged 416 commits from dev into master 2018-07-19 15:29:02 +00:00
1 changed files with 11 additions and 0 deletions
Showing only changes of commit f044c0eee3 - Show all commits

View File

@ -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;