aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-09-08 05:14:46 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-09-08 05:14:46 -0400
commitd4c3af196d8fc7355a9b78b78f17e4b44bd4f62b (patch)
tree41a9ee578ac6bc5b322ef941796a4b70dec684d5 /src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
parent8970a30cff99f9234617d7ec17067275dbfc7e43 (diff)
col size setting
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DocCreatorMenu.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
index eaa32e62a..9d82ada37 100644
--- a/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
+++ b/src/client/views/nodes/DataVizBox/DocCreatorMenu.scss
@@ -905,6 +905,7 @@
background-color: rgb(60, 60, 60);
.top-bar {
+ position: relative;
display: flex;
flex-direction: row;
align-items: center;
@@ -916,6 +917,10 @@
height: 20px;
background-color: rgb(50, 50, 50);
color: rgb(168, 167, 167);
+
+ .field-title {
+ color: whitesmoke;
+ }
}
.opts-bar {