Add a pause button that is hidden by default.

This commit is contained in:
mmcwilliams 2019-03-22 17:04:29 -04:00
parent dcca364b78
commit cfbeeb3ce9
2 changed files with 7 additions and 0 deletions

View File

@ -524,6 +524,9 @@ button:focus {
text-align: center; text-align: center;
color: #DAE035; color: #DAE035;
} }
#seq_pause {
display: none;
}
#buttons > div { #buttons > div {
width: 50%; width: 50%;
float: left; float: left;

View File

@ -181,4 +181,8 @@
width: 121px; width: 121px;
text-align: center; text-align: center;
color: @SELECTED; color: @SELECTED;
}
#seq_pause{
display: none;
} }