improve fonts on controller

This commit is contained in:
Ilya Grigorik
2016-05-14 15:45:17 -07:00
parent ba511724e7
commit 425ab8f59d
2 changed files with 9 additions and 3 deletions

View File

@@ -78,9 +78,11 @@ chrome.extension.sendMessage({}, function(response) {
var hideButton = document.createElement('button');
rewindButton.innerHTML = '«';
rewindButton.className = 'rw';
fasterButton.textContent = '+';
slowerButton.textContent = '-';
advanceButton.innerHTML = '»';
advanceButton.className = 'rw';
hideButton.textContent = 'x';
hideButton.className = 'tc-hideButton';