Skip to content

Commit

Permalink
[css] Fix fieldset collapse header style.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocaccamo committed Sep 13, 2024
1 parent 9b6ed2c commit 2b449c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@

.admin-interface .module h2,
.admin-interface .module caption,
.admin-interface .module.collapse details summary,
.admin-interface .module.filtered h2 {
background: var(--admin-interface-module-background-color);
border-color: var(--admin-interface-module-background-color);
Expand Down Expand Up @@ -477,6 +478,7 @@
.admin-interface.dashboard .module caption,
.admin-interface #nav-sidebar .module th,
.admin-interface #nav-sidebar .module caption,
.admin-interface .module.collapse details summary,
.admin-interface .module.filtered h2 {
border-radius: var(--admin-interface-module-border-radius);
}
Expand Down

0 comments on commit 2b449c1

Please sign in to comment.