aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionTimeView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-02-13 01:18:03 -0500
committerBob Zeleznik <zzzman@gmail.com>2020-02-13 01:18:03 -0500
commit77b0746c5eeed652d6b2bd71d02783ab8d3c0296 (patch)
tree3fd503f63182cc1b57cd29258cf8009fc14fe02f /src/client/views/collections/CollectionTimeView.scss
parent4bcc7ff7bf220766b2046152bf4a7a89260e59c6 (diff)
made time controls show only on hover. fixed removing from template collection. fixed errors.
Diffstat (limited to 'src/client/views/collections/CollectionTimeView.scss')
-rw-r--r--src/client/views/collections/CollectionTimeView.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionTimeView.scss b/src/client/views/collections/CollectionTimeView.scss
index 2dffb3ea0..6ea5e6908 100644
--- a/src/client/views/collections/CollectionTimeView.scss
+++ b/src/client/views/collections/CollectionTimeView.scss
@@ -67,6 +67,7 @@
pointer-events: all;
padding: 5px;
border: 1px solid black;
+ display:none;
}
.collectionTimeView-treeView {
@@ -131,4 +132,10 @@
.collectionFreeform-customText {
text-align: center;
}
+}
+
+.collectionTimeView:hover, .collectionTimeView-pivot:hover {
+ .pivotKeyEntry {
+ display:unset;
+ }
} \ No newline at end of file