diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-17 14:08:24 -0400 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-07-17 14:08:24 -0400 |
| commit | 6c7dc0f939635982ae619eb5831ff45063d7021e (patch) | |
| tree | 8b093c9f5356390e621df4626353191b5c6c53fd /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 2f9aadfce9a1d8c26457bc56b1b095ae625be77b (diff) | |
can add columns and delete columns through column header
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 186e006f3..4ab38b9d9 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -187,6 +187,27 @@ .documentView-node:first-child { background: $light-color; } + + .ReactTable .rt-thead .rt-resizable-header:last-child { + overflow: visible; + } +} + +.collectionSchema-header-menuOptions { + position: absolute; + top: $MAX_ROW_HEIGHT; + left: 0; + z-index: 9999; + background-color: $light-color-secondary; + color: black; + border: 1px solid $main-accent; + width: 250px; + padding: 10px; + + input { + color: black; + width: 100%; + } } //options menu styling |
