Skip to content

Commit

Permalink
fix(gluu-core-bom): collapse expand for oxtrust
Browse files Browse the repository at this point in the history
gluu-core-bom/issues/38
  • Loading branch information
shekhar16 committed Nov 30, 2023
1 parent 8f70edb commit 13fc070
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion server/src/main/webapp/WEB-INF/incl/layout/newtemplate.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,15 @@ select {
background: transparent;
margin: inherit !important;
}

a {
text-decoration: none !important;
}
.collapse.in {
display: block !important;
}
.collapse {
display: none !important;
}
</style>
</h:head>
<h:body styleClass="skin-green">
Expand Down

0 comments on commit 13fc070

Please sign in to comment.