Add a pause button that is hidden by default.
This commit is contained in:
parent
dcca364b78
commit
cfbeeb3ce9
|
@ -524,6 +524,9 @@ button:focus {
|
|||
text-align: center;
|
||||
color: #DAE035;
|
||||
}
|
||||
#seq_pause {
|
||||
display: none;
|
||||
}
|
||||
#buttons > div {
|
||||
width: 50%;
|
||||
float: left;
|
||||
|
|
|
@ -182,3 +182,7 @@
|
|||
text-align: center;
|
||||
color: @SELECTED;
|
||||
}
|
||||
|
||||
#seq_pause{
|
||||
display: none;
|
||||
}
|
Loading…
Reference in New Issue