We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Django 5.2
1 parent 6ac8156 commit 3861643Copy full SHA for 3861643
admin_interface/static/admin_interface/css/admin-interface.css
@@ -242,6 +242,11 @@
242
color: var(--admin-interface-module-text-color);
243
}
244
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
+
250
.admin-interface .selector .selector-available h2,
251
.admin-interface .selector .selector-chosen h2 {
252
border-bottom-left-radius: 0px;
0 commit comments