diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-29 14:05:40 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-29 14:05:40 -0400 |
| commit | a09d610e2a5c09e473b15be23c32f0c3cc370a17 (patch) | |
| tree | ed2452d68a2117c84e922f692ce0535077ce844b /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 1c5c84c91742ff7822194519f536338bf96e6453 (diff) | |
| parent | 52da1fd396880603209b56cd49a590255d8b0b1f (diff) | |
fixes
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 2697b482f..b1e98b162 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -9,7 +9,8 @@ position: absolute; top: 0; width: 100%; - height: calc(100% - 50px); + transition: height .5s; + height: 100%; // overflow: hidden; // overflow-x: scroll; // border: none; @@ -195,6 +196,11 @@ height: 100%; } } + + .rt-resizer { + width: 20px; + right: -10px; + } } .documentView-node-topmost { @@ -306,6 +312,19 @@ button.add-column { border-radius: 20px; } } + + .columnMenu-colors { + + + input[type="radio"] { + display: none; + } + + .columnMenu-colorPicker { + width: 20px; + height: 20px; + } + } } .collectionSchema-row { @@ -313,7 +332,7 @@ button.add-column { height: 100%; background-color: white; - &.row-focused { + &.row-focused .rt-tr { background-color: rgb(255, 246, 246); //$light-color-secondary; } |
