From 9a929af21ab9d3fd06203a80842c35eb995404b3 Mon Sep 17 00:00:00 2001 From: HENRY ARTHUR Date: Fri, 8 Dec 2023 19:37:20 -0600 Subject: [PATCH] Sequence Mode with pause and halt features --- WebGUI/html/FEMacroTest.html | 43 ------------------------------------ 1 file changed, 43 deletions(-) diff --git a/WebGUI/html/FEMacroTest.html b/WebGUI/html/FEMacroTest.html index f0601142..38010c97 100755 --- a/WebGUI/html/FEMacroTest.html +++ b/WebGUI/html/FEMacroTest.html @@ -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;