diff --git a/src/main/webapp/content/css/global.css b/src/main/webapp/content/css/global.css index f00b0323..9c162c66 100644 --- a/src/main/webapp/content/css/global.css +++ b/src/main/webapp/content/css/global.css @@ -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%; +}