diff options
| author | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-08 05:14:46 -0400 |
|---|---|---|
| committer | Nathan-SR <144961007+Nathan-SR@users.noreply.github.com> | 2024-09-08 05:14:46 -0400 |
| commit | d4c3af196d8fc7355a9b78b78f17e4b44bd4f62b (patch) | |
| tree | 41a9ee578ac6bc5b322ef941796a4b70dec684d5 /src/client/views/nodes/DataVizBox/DocCreatorMenu.scss | |
| parent | 8970a30cff99f9234617d7ec17067275dbfc7e43 (diff) | |
col size setting
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DocCreatorMenu.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DocCreatorMenu.scss | 5 |
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 { |
