Skip to content

Commit

Permalink
Sequence Mode with pause and halt features
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryJames4 committed Dec 9, 2023
1 parent 4af2273 commit 9a929af
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions WebGUI/html/FEMacroTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,49 +23,6 @@
cursor: pointer;
}

#topPane-controls-playButton {
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent;
border-left: 25px solid green;
}
#topPane-controls-playButton:hover {
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 32px solid rgb(83, 191, 83);
margin: -5px -5px 0 15px;
}

#topPane-controls-pauseButton {
width: 6px;
height: 24px;
margin-top: 3px;
border-right: 9px solid rgb(13, 13, 148);
border-left: 9px solid rgb(13, 13, 148);
}

#topPane-controls-pauseButton:hover {
height: 32px;
width: 6px;
border-right: 11px solid rgb(79, 166, 255);
border-left: 11px solid rgb(79, 166, 255);
margin: -1px -2px 0 15px;
}

#topPane-controls-stopButton {
width: 24px;
height: 24px;
margin-top: 3px;
background-color: rgb(218, 5, 5);
}
#topPane-controls-stopButton:hover {
width: 32px;
height: 32px;
background-color: rgb(255, 59, 0);
margin: -1px -4px 0 13px;
}

#popUpDialog {
position: absolute;
z-index: 1000;
Expand Down

0 comments on commit 9a929af

Please sign in to comment.