Add data bag view widget, and editor.

This commit is contained in:
2023-01-25 10:15:58 -06:00
parent 4ac1063bca
commit 1b2512daa1
7 changed files with 854 additions and 1 deletions

View File

@ -310,4 +310,17 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
z-index: 1;
opacity: 1;
border-right: 0.0625rem solid rgb(222, 226, 230);
}
.fieldLabel
{
color: rgb(52, 71, 103);
font-weight: 700;
padding-right: .5em;
}
.fieldValue
{
color: rgb(123, 128, 154);
font-weight: 400;
}