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;
|
text-align: center;
|
||||||
color: #DAE035;
|
color: #DAE035;
|
||||||
}
|
}
|
||||||
|
#seq_pause {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
#buttons > div {
|
#buttons > div {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
|
@ -182,3 +182,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: @SELECTED;
|
color: @SELECTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#seq_pause{
|
||||||
|
display: none;
|
||||||
|
}
|
Loading…
Reference in New Issue