| 447 | 447 | opacity: 0.5; |
| 448 | 448 | pointer-events: none; |
| 449 | 449 | transition: 200ms; |
| 450 | + border-color: transparent; |
| 450 | 451 | } |
| 451 | 452 | .popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor.qr--isExecuting.qr--isPaused #qr--modal-debugButtons .menu_button:not(#qr--modal-minimize, #qr--modal-maximize) { |
| 452 | 453 | cursor: pointer; |
| 453 | 454 | opacity: 1; |
| 454 | 455 | pointer-events: all; |
| 455 | 456 | } |
| 457 | +.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor.qr--isExecuting.qr--isPaused #qr--modal-debugButtons .menu_button:not(#qr--modal-minimize, #qr--modal-maximize)#qr--modal-resume { |
| 458 | + animation-name: qr--debugPulse; |
| 459 | + animation-duration: 1500ms; |
| 460 | + animation-timing-function: ease-in-out; |
| 461 | + animation-delay: 0s; |
| 462 | + animation-iteration-count: infinite; |
| 463 | +} |
| 464 | +.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor.qr--isExecuting.qr--isPaused #qr--modal-debugButtons .menu_button:not(#qr--modal-minimize, #qr--modal-maximize)#qr--modal-resume { |
| 465 | + border-color: #51a351; |
| 466 | +} |
| 467 | +.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor.qr--isExecuting.qr--isPaused #qr--modal-debugButtons .menu_button:not(#qr--modal-minimize, #qr--modal-maximize)#qr--modal-step { |
| 468 | + border-color: var(--SmartThemeQuoteColor); |
| 469 | +} |
| 470 | +.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor.qr--isExecuting.qr--isPaused #qr--modal-debugButtons .menu_button:not(#qr--modal-minimize, #qr--modal-maximize)#qr--modal-stepInto { |
| 471 | + border-color: var(--SmartThemeQuoteColor); |
| 472 | +} |
| 473 | +.popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor.qr--isExecuting.qr--isPaused #qr--modal-debugButtons .menu_button:not(#qr--modal-minimize, #qr--modal-maximize)#qr--modal-stepOut { |
| 474 | + border-color: var(--SmartThemeQuoteColor); |
| 475 | +} |
| 456 | 476 | .popup:has(#qr--modalEditor) .popup-content > #qr--modalEditor.qr--isExecuting #qr--resizeHandle { |
| 457 | 477 | width: 6px; |
| 458 | 478 | background-color: var(--SmartThemeBorderColor); |