Improve styling of field tables (enum values)

This commit is contained in:
Marcus Weseloh 2020-11-14 16:22:50 +01:00
parent a03362a155
commit 6113c15f94
1 changed files with 10 additions and 0 deletions

View File

@ -184,6 +184,16 @@ code {
white-space: nowrap;
}
table.fieldtable,
table.fieldtable td,
table.fieldtable th
{
box-shadow: none;
text-shadow: none;
border-radius: 0;
border-color: #DFE5F1 !important;
}
div.fragment {
padding: 5px;
}