diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-02-26 16:15:14 -0500 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-02-26 16:15:14 -0500 |
| commit | d6c6bd0399a787d2f54655ed5b32df5355ebd711 (patch) | |
| tree | dbda64f35b9f068b3870a1a10a2855c0dcf3191f /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 56f861dcec1443c84af2f3bd98c4422ccdf82e1c (diff) | |
| parent | 3ff149e05a76fa0a0ace32a1b0c9876c4850aa2a (diff) | |
mer con
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 0bd5a2ed3..995d60f74 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -1,4 +1,5 @@ + .collectionSchemaView-container { border-style: solid; box-sizing: border-box; @@ -7,12 +8,39 @@ height: 100%; ::-webkit-scrollbar { -webkit-appearance: none; - width: 10px; + height:5px; + width:5px; } ::-webkit-scrollbar-thumb { - border-radius: 5px; + border-radius: 2px; background-color: rgba(0,0,0,.5); } + .collectionSchemaView-previewRegion { + position: relative; + background: black; + float: left; + height: 100%; + } + .collectionSchemaView-previewHandle { + position: absolute; + height: 37px; + width: 20px; + z-index: 20; + right: 0; + top: 0; + background: Black ; + } + .collectionSchemaView-dividerDragger{ + position: relative; + background: black; + float: left; + height: 100%; + } + .collectionSchemaView-tableContainer { + position: relative; + float: left; + height: 100%; + } .ReactTable { position: absolute; |
