makes the actual data easier to read in details views

This commit is contained in:
Michael Hoennig 2019-05-03 00:01:40 +02:00
parent d758e3a979
commit 64a91c82ae

View File

@ -225,3 +225,14 @@ ui bootstrap tweaks
}
/* jhipster-needle-css-add-main JHipster will add new css style */
/* ==========================================================================
ui tweaks by Hostsharing
========================================================================== */
.jh-entity-details > dt {
color: lightslategray;
}
.jh-entity-details > dd {
font-size: 140%;
}