diff options
| author | bobzel <zzzman@gmail.com> | 2021-10-26 17:24:43 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-10-26 17:24:43 -0400 |
| commit | 92f34533d58291036ff6123c38502cbd4e22300d (patch) | |
| tree | 3ea20f1fe213b994c6465be103f783fc0212a539 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | 2155d39fbc4a9bac3945e40ee10f95f41df466d3 (diff) | |
| parent | 48d5e650ddc8caa8252561bbc91961f2f4677d6e (diff) | |
Merge branch 'master' into ink_v1
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; |
