Skip to content

Commit 3861643

Browse files
committed
Fix Django 5.2 selector style. #435
1 parent 6ac8156 commit 3861643

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

admin_interface/static/admin_interface/css/admin-interface.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,11 @@
242242
color: var(--admin-interface-module-text-color);
243243
}
244244

245+
.admin-interface .selector .selector-chosen .selector-chosen-title {
246+
background: var(--admin-interface-module-background-color);
247+
color: var(--admin-interface-module-text-color);
248+
}
249+
245250
.admin-interface .selector .selector-available h2,
246251
.admin-interface .selector .selector-chosen h2 {
247252
border-bottom-left-radius: 0px;

0 commit comments

Comments
 (0)