From 4f4e5d96bb58fb50491766b1245db1290cffd6a0 Mon Sep 17 00:00:00 2001 From: Fawn Date: Mon, 11 Mar 2019 18:49:17 -0400 Subject: minor kvp ui changes --- src/client/views/nodes/KeyValueBox.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/client/views/nodes/KeyValueBox.scss') diff --git a/src/client/views/nodes/KeyValueBox.scss b/src/client/views/nodes/KeyValueBox.scss index 43941f314..f0cd45ac1 100644 --- a/src/client/views/nodes/KeyValueBox.scss +++ b/src/client/views/nodes/KeyValueBox.scss @@ -2,6 +2,7 @@ .keyValueBox-cont { overflow-y: scroll; height: 100%; + background-color: $light-color; border: 1px solid $intermediate-color; border-radius: $border-radius; box-sizing: border-box; @@ -14,6 +15,9 @@ padding: 6px 8px; border-right: 1px solid $intermediate-color; border-top: 1px solid $intermediate-color; + &:last-child { + border-right: none; + } } } @@ -28,9 +32,14 @@ text-transform: uppercase; letter-spacing: 2px; font-size: 12px; - font-weight: normal; height: 30px; padding-top: 4px; + th { + font-weight: normal; + &:first-child { + border-right: 1px solid $light-color; + } + } } .keyValueBox-evenRow { -- cgit v1.2.3-70-g09d2