aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authoranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-26 15:22:31 -0500
committeranika-ahluwalia <anika.ahluwalia@gmail.com>2020-06-26 15:22:31 -0500
commitbd6dd6a04edf441a819f6f5bdff3aa03b4298d9a (patch)
tree3f6ac1fa72afa5ffb8796bb1c3a54368f0de3d96 /src/client/views/collections/CollectionSchemaView.scss
parenteadda8465818422b16fec1e326b3943a5a72cc7e (diff)
editable text in header
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss5
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;