From 13fc070da716b5658d129935b8475810f130814c Mon Sep 17 00:00:00 2001 From: shekhar16 Date: Tue, 28 Nov 2023 00:24:54 +0530 Subject: [PATCH] fix(gluu-core-bom): collapse expand for oxtrust gluu-core-bom/issues/38 --- .../main/webapp/WEB-INF/incl/layout/newtemplate.xhtml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/server/src/main/webapp/WEB-INF/incl/layout/newtemplate.xhtml b/server/src/main/webapp/WEB-INF/incl/layout/newtemplate.xhtml index 2005d037b..1224d866e 100644 --- a/server/src/main/webapp/WEB-INF/incl/layout/newtemplate.xhtml +++ b/server/src/main/webapp/WEB-INF/incl/layout/newtemplate.xhtml @@ -245,7 +245,15 @@ select { background: transparent; margin: inherit !important; } - +a { + text-decoration: none !important; +} +.collapse.in { + display: block !important; +} +.collapse { + display: none !important; +}