This commit is contained in:
ChrisplayzYT/BLOX 2025-02-03 20:04:53 -06:00 committed by GitHub
parent 2a94b652e2
commit e4700a1b98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 6 deletions

View file

@ -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>

View file

@ -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');

View file

@ -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>