diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-07-29 13:00:59 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-07-29 13:00:59 -0400 |
| commit | c361a566b2a3ce134bbb7e5906c23492c7012c7b (patch) | |
| tree | 70b4143aff4fb720c22b7e867f2204704ec1b130 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 5aa5bded4e90ec29bccac221ec115f5cd2f30791 (diff) | |
really fixed childdocs on schema
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index c1f53f159..053d6452c 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -311,6 +311,19 @@ button.add-column { border-radius: 20px; } } + + .columnMenu-colors { + + + input[type="radio"] { + display: none; + } + + .columnMenu-colorPicker { + width: 20px; + height: 20px; + } + } } .collectionSchema-row { |
