Skip to content

Commit 4f8b985

Browse files
pandafynemesifier
authored andcommitted
[fix] Django 5.2: Updated CSS to fix styling of inline headings
Added border to h3 heading
1 parent 43bc79b commit 4f8b985

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openwisp_utils/admin_theme/static/admin/css/openwisp.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,8 @@ fieldset.module h2 {
234234
background: #f9f9f9;
235235
margin-top: 0px;
236236
color: var(--body-quiet-color);
237+
border-top: 1px solid var(--hairline-color);
238+
border-bottom: 1px solid var(--hairline-color);
237239
}
238240
.inline-related fieldset.module h4 {
239241
font-size: 16px;

0 commit comments

Comments
 (0)