Support custom CSS
This commit is contained in:
parent
05fd0f26a8
commit
98b3587341
4 changed files with 143 additions and 12 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Sync</title>
|
||||
<title>CyTube</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="Calvin 'calzoneman' Montgomery">
|
||||
|
|
@ -27,7 +27,7 @@
|
|||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="brand" href="#">Sync</a>
|
||||
<a class="brand" href="#">CyTube</a>
|
||||
<div class="nav-collapse collapse">
|
||||
<ul class="nav">
|
||||
<li class="active"><a href="#">Home</a></li>
|
||||
|
|
@ -80,7 +80,7 @@
|
|||
<button class="btn" id="queue_next">Queue Next</button>
|
||||
<button class="btn" id="queue_end">Queue @ End</button>
|
||||
</div>
|
||||
<button class="btn btn-inverse" id="play_next">Play Next</button>
|
||||
<button class="btn btn-primary pull-right" id="play_next">Play Next</button>
|
||||
</div>
|
||||
<ul id="queue" class="videolist">
|
||||
</ul>
|
||||
|
|
@ -122,8 +122,8 @@
|
|||
<input type="text" id="opt_pagetitle" placeholder="Sync" class="pull-right">
|
||||
</label>
|
||||
<br>
|
||||
<label>Background Image<sup class="text-warning">BETA</sup>
|
||||
<input type="text" id="opt_bgimage" class="pull-right">
|
||||
<label>Custom CSS<sup class="text-warning">BETA</sup>
|
||||
<input type="text" id="opt_customcss" class="pull-right">
|
||||
</label>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue