diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-26 15:22:31 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-26 15:22:31 -0500 |
| commit | bd6dd6a04edf441a819f6f5bdff3aa03b4298d9a (patch) | |
| tree | 3f6ac1fa72afa5ffb8796bb1c3a54368f0de3d96 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | eadda8465818422b16fec1e326b3943a5a72cc7e (diff) | |
editable text in header
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index a21249c58..5608cb7ab 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -266,6 +266,7 @@ button.add-column { .keys-dropdown { position: relative; width: 100%; + background-color: white; input { border: 2px solid $light-color-secondary; @@ -285,9 +286,11 @@ button.add-column { position: absolute; top: 28px; box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1); + background-color: white; .key-option { - background-color: $light-color; + //background-color: $light-color; + background-color: white; border: 1px solid lightgray; padding: 2px 3px; |
