fix: make Pause button pause running program
This commit is contained in:
@@ -162,6 +162,12 @@ body {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.axis-tool-button[data-paused="true"],
|
||||
.axis-tool-button[data-active="true"] {
|
||||
background: #d8e9f7;
|
||||
box-shadow: inset 1px 1px #7d7d7d, inset -1px -1px #ffffff;
|
||||
}
|
||||
|
||||
.axis-text-tool {
|
||||
font: 700 18px/1 "Times New Roman", serif;
|
||||
text-decoration: underline;
|
||||
|
||||
Reference in New Issue
Block a user