mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-01-30 06:10:55 +03:00
Added nice buttons to the popup
This commit is contained in:
10
popup.html
10
popup.html
@@ -32,7 +32,7 @@
|
||||
</p>
|
||||
|
||||
<div>
|
||||
<button id="sponsorStart">Sponsorship Starts Now</button>
|
||||
<button id="sponsorStart" class="greenButton">Sponsorship Starts Now</button>
|
||||
</div>
|
||||
|
||||
<div id="submissionSection" style="display: none">
|
||||
@@ -43,16 +43,18 @@
|
||||
</div>
|
||||
</b>
|
||||
|
||||
<button id="clearTimes">Clear Times</button>
|
||||
<button id="clearTimes" class="smallButton">Clear Times</button>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<button id="submitTimes">Submit Times</button>
|
||||
<button id="submitTimes" class="smallButton">Submit Times</button>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<button id="showNoticeAgain" style="display: none">Show Notice Again</button>
|
||||
<button id="showNoticeAgain" style="display: none" class="noticeButton">Show Notice Again</button>
|
||||
</div>
|
||||
</div>
|
||||
</center>
|
||||
|
||||
Reference in New Issue
Block a user