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;
|
||||
}
|
||||
#goButton {
|
||||
display: block;
|
||||
display: none;
|
||||
margin-top: 20px;
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
background-color: #268ee9;
|
||||
border:none;
|
||||
background-color: #4caf50;
|
||||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue