diff options
| author | mehekj <mehek.jethani@gmail.com> | 2021-10-21 16:46:49 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2021-10-21 16:46:49 -0400 |
| commit | 353e72feb29d3549dcf7ec7875241ddb7a9a99d9 (patch) | |
| tree | 743d8afe0700bff47c7ef5e141a606cbaba8c0e6 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | 6cec290f98103827727905874c5a9c5ced0bcca8 (diff) | |
| parent | bdf0befa2b5eff79c2729254c2d053afe18b1646 (diff) | |
Merge branch 'master' into temporalmedia-mehek
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index 9ebe14d6c..b64e9dac1 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -132,6 +132,13 @@ min-height: 30px; border: 0 !important; } + .rt-tr-group:nth-of-type(even) { + direction: ltr; + flex: 0 1 auto; + min-height: 30px; + border: 0 !important; + background-color: red; + } .rt-tr { width: 100%; min-height: 30px; |
