mirror of
https://github.com/ReviveMii/revivetube
synced 2025-04-29 12:39:25 -04:00
fixing loading bug
This commit is contained in:
parent
f93fe5b2ae
commit
9e5fa48f39
1 changed files with 3 additions and 12 deletions
|
@ -67,24 +67,15 @@
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
#goButton {
|
#goButton {
|
||||||
display: block;
|
display: none;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
background-color: #268ee9;
|
background-color: #4caf50;
|
||||||
border:none;
|
|
||||||
color: white;
|
color: white;
|
||||||
|
border: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
#goButton:hover {
|
|
||||||
background-color: #087be0;
|
|
||||||
border:none;
|
|
||||||
|
|
||||||
}
|
|
||||||
#goButton:active {
|
|
||||||
background-color: #42a7ff;
|
|
||||||
border:none;
|
|
||||||
}
|
|
||||||
#goButton:disabled {
|
#goButton:disabled {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
|
|
Loading…
Add table
Reference in a new issue