aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com>2021-07-12 15:51:27 -0400
committer0x85FB9C51 <77808164+0x85FB9C51@users.noreply.github.com>2021-07-12 15:51:27 -0400
commit0dc2b16041bf3c774723b00b440369357931c15b (patch)
tree66e5eb52c7eef3afd155eee7e2b13c4d15e36720 /src
parenta5c099cb5ae455064f65989dc977870ce2c3f7fc (diff)
some formatting changes
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/schemaView/CollectionSchemaView.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client/views/collections/schemaView/CollectionSchemaView.scss b/src/client/views/collections/schemaView/CollectionSchemaView.scss
index b57fee0e4..0662eabaf 100644
--- a/src/client/views/collections/schemaView/CollectionSchemaView.scss
+++ b/src/client/views/collections/schemaView/CollectionSchemaView.scss
@@ -134,6 +134,13 @@
min-height: 30px;
border: 0 !important;
}
+ .rt-tr:nth-of-type(even) {
+ direction: ltr;
+ flex: 0 1 auto;
+ min-height: 30px;
+ border: 0 !important;
+ background-color: lightgray;
+ }
.rt-tr {
width: 100%;
min-height: 30px;