aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu.scss44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
index 763de0eba..baed9009b 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
@@ -774,6 +774,50 @@
align-items: center;
color: whitesmoke;
}
+
+ .field-type-selection-container {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ background-color: rgb(40, 40, 40);
+ border: 1px solid rgb(100, 100, 100);
+ border-radius: 3px;
+ width: 30%;
+ height: 25px;
+ padding-left: 3px;
+ color: whitesmoke;
+
+ .bubbles {
+ display: none;
+ }
+
+ .text {
+ margin-top: 5px;
+ margin-bottom: 5px;
+ }
+
+ &:hover {
+ width: 30% + 8;
+ }
+
+ &:hover .bubbles {
+ display: flex;
+ flex-direction: row;
+ align-items: flex-start;
+ }
+
+ &:hover .type-display {
+ display: none;
+ }
+
+ .bubble {
+ margin: 5px;
+ }
+
+ &:hover .bubble {
+ margin-top: 7px;
+ }
+ }
}
.field-description-container {