aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/KeyValueBox.scss
diff options
context:
space:
mode:
authormadelinegr <mgriswold99@gmail.com>2019-03-02 17:07:01 -0500
committermadelinegr <mgriswold99@gmail.com>2019-03-02 17:07:01 -0500
commitb30d129dfd0f7c4a462a0af1dde13a9a0d1699fc (patch)
tree874a5434c004124835c6b02d7ef5a0058240d8c0 /src/client/views/nodes/KeyValueBox.scss
parent3b60e04d22f438b81de9e5ce8707e9bbd4a82d0c (diff)
parentbde8aabad7e5745b4797e73b564e4efb19faeca9 (diff)
mer con
Diffstat (limited to 'src/client/views/nodes/KeyValueBox.scss')
-rw-r--r--src/client/views/nodes/KeyValueBox.scss31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/client/views/nodes/KeyValueBox.scss b/src/client/views/nodes/KeyValueBox.scss
new file mode 100644
index 000000000..1295266e5
--- /dev/null
+++ b/src/client/views/nodes/KeyValueBox.scss
@@ -0,0 +1,31 @@
+.keyValueBox-cont {
+ overflow-y:scroll;
+ height: 100%;
+ border: black;
+ border-width: 1px;
+ border-style: solid;
+ box-sizing: border-box;
+ display: inline-block;
+ .imageBox-cont img {
+ max-height:45px;
+ height: auto;
+ }
+}
+.keyValueBox-table {
+ position: relative;
+}
+.keyValueBox-header {
+ background:gray;
+}
+.keyValueBox-evenRow {
+ background: white;
+ .formattedTextBox-cont {
+ background: white;
+ }
+}
+.keyValueBox-oddRow {
+ background: lightGray;
+ .formattedTextBox-cont {
+ background: lightgray;
+ }
+} \ No newline at end of file