mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
upd 2
This commit is contained in:
parent
2a94b652e2
commit
e4700a1b98
3 changed files with 15 additions and 6 deletions
|
@ -91,7 +91,7 @@
|
|||
ReviveTube</span></div>
|
||||
<div class="search-container">
|
||||
<form action="/" method="get">
|
||||
<input class="search-bar" name="query" type="text">
|
||||
<input class="search-bar" placeholder="Search YouTube" name="query" type="text">
|
||||
<input type="submit" class="search-button" value="Search">
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
@ -67,15 +67,24 @@
|
|||
margin: 20px auto;
|
||||
}
|
||||
#goButton {
|
||||
display: none;
|
||||
display: block;
|
||||
margin-top: 20px;
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
background-color: #4caf50;
|
||||
color: white;
|
||||
background-color: #268ee9;
|
||||
border:none;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
}
|
||||
#goButton:hover {
|
||||
background-color: #087be0;
|
||||
border:none;
|
||||
|
||||
}
|
||||
#goButton:active {
|
||||
background-color: #42a7ff;
|
||||
border:none;
|
||||
}
|
||||
#goButton:disabled {
|
||||
background-color: gray;
|
||||
cursor: not-allowed;
|
||||
|
@ -105,7 +114,7 @@
|
|||
<p id="progressText">Fetching Info...</p>
|
||||
<button id="goButton" onclick="startVideo()">Go</button>
|
||||
<br>
|
||||
<small>Loading Screen will NOT work in Dolphin Emulator.<br><br>Long Video = Longer Download and Converting.<br><br>Videos over 5 minutes will not play.</small>
|
||||
<small>Loading Screen will <b>NOT</b> work in Dolphin Emulator.<br><br>Long Video = Longer Download and Converting.<br><br>Videos over 5 minutes will not play.</small>
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
var goButton = document.getElementById('goButton');
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
ReviveTube</span></div>
|
||||
<div class="search-container">
|
||||
<form action="/" method="get">
|
||||
<input class="search-bar" name="query" type="text">
|
||||
<input class="search-bar" name="query" placeholder="Search YouTube" type="text">
|
||||
<input type="submit" class="search-button" value="Search">
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue