diff --git a/site_storage/index_template.html b/site_storage/index_template.html
index a89041c..654997c 100644
--- a/site_storage/index_template.html
+++ b/site_storage/index_template.html
@@ -91,7 +91,7 @@
ReviveTube
diff --git a/site_storage/loading_template.html b/site_storage/loading_template.html
index ef84485..068e912 100644
--- a/site_storage/loading_template.html
+++ b/site_storage/loading_template.html
@@ -67,15 +67,24 @@
margin: 20px auto;
}
#goButton {
- display: none;
+ display: block;
margin-top: 20px;
padding: 10px 20px;
font-size: 16px;
- background-color: #4caf50;
+ background-color: #268ee9;
+ border:none;
color: white;
- border: none;
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 @@
Fetching Info...
- Loading Screen will NOT work in Dolphin Emulator.
Long Video = Longer Download and Converting.
Videos over 5 minutes will not play.
+ Loading Screen will NOT work in Dolphin Emulator.
Long Video = Longer Download and Converting.
Videos over 5 minutes will not play.