mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
improve fonts on controller
This commit is contained in:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user