made buttons hidden by default
This commit is contained in:
parent
7ffaa39322
commit
8425e178ef
1 changed files with 2 additions and 0 deletions
|
@ -103,6 +103,7 @@ button:focus {
|
|||
}
|
||||
|
||||
#pauseBtn {
|
||||
display:none;
|
||||
position: fixed;
|
||||
margin-bottom: 10px;
|
||||
width:72px;
|
||||
|
@ -117,6 +118,7 @@ button:focus {
|
|||
}
|
||||
|
||||
#restartBtn {
|
||||
display:none;
|
||||
position: fixed;
|
||||
margin-bottom: 10px;
|
||||
width:72px;
|
||||
|
|
Loading…
Reference in a new issue