From 64a91c82ae4b348d843e3757dcd4710506dd10da Mon Sep 17 00:00:00 2001 From: Michael Hoennig Date: Fri, 3 May 2019 00:01:40 +0200 Subject: [PATCH] makes the actual data easier to read in details views --- src/main/webapp/content/css/global.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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%; +}