aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/RecordingBox/ProgressBar.scss
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@Michaels-MacBook-Pro-5.local>2022-06-09 16:27:27 -0400
committerMichael Foiani <sotech117@Michaels-MacBook-Pro-5.local>2022-06-09 16:27:27 -0400
commit9024621c15962f3cdfccee6fc35294b44d4cf1ee (patch)
treeabb3a92981b8d224fca84e873a10c2681371d9a5 /src/client/views/nodes/RecordingBox/ProgressBar.scss
parente9ae7c0482f1c9409d905bc6474bfd06abb01743 (diff)
fix undo, add disabled ui while recording, create expanding-segment to fill the space while recording
Diffstat (limited to 'src/client/views/nodes/RecordingBox/ProgressBar.scss')
-rw-r--r--src/client/views/nodes/RecordingBox/ProgressBar.scss25
1 files changed, 24 insertions, 1 deletions
diff --git a/src/client/views/nodes/RecordingBox/ProgressBar.scss b/src/client/views/nodes/RecordingBox/ProgressBar.scss
index 3ed7cee3e..1cf60b82b 100644
--- a/src/client/views/nodes/RecordingBox/ProgressBar.scss
+++ b/src/client/views/nodes/RecordingBox/ProgressBar.scss
@@ -45,8 +45,31 @@
text-align: center;
}
-.no-transition {
+// .no-transition {
+// transition-duration: 0s;
+// }
+
+.segment-expanding {
+border-color: red;
+ background-color: white;
+ transition-duration: 0s;
+ opacity: .75;
+ pointer-events: none;
+}
+
+.segment-expanding:hover {
+ background-color: inherit;
+ cursor: not-allowed;
+}
+
+.segment-disabled {
+ pointer-events: none;
+ opacity: 0.5;
transition-duration: 0s;
+ /* Hide the text. */
+ text-indent: 100%;
+ white-space: nowrap;
+ overflow: hidden;
}
.segment-hide {