[Django] #35132: Django admin dark mode

10 views
Skip to first unread message

Django

unread,
Jan 20, 2024, 7:09:15 PM1/20/24
to django-...@googlegroups.com
#35132: Django admin dark mode
------------------------------------------------+------------------------
Reporter: Faris Alsmawi | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: contrib.admin | Version: 5.0
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 1
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 1 |
------------------------------------------------+------------------------
When set my OS to dark mode and put django admin in white mode , main
container still dark.

my fixed patch:

{{{
#container > .main {
display: flex;
flex: 1 0 auto;
background: var(--body-bg); /* add this line */
}
}}}

--
Ticket URL: <https://code.djangoproject.com/ticket/35132>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Jan 20, 2024, 7:09:59 PM1/20/24
to django-...@googlegroups.com
#35132: Django admin dark mode
-------------------------------------+-------------------------------------

Reporter: Faris Alsmawi | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: contrib.admin | Version: 5.0
Severity: Normal | Resolution:

Keywords: | Triage Stage:
| Unreviewed
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 1 | UI/UX: 1
-------------------------------------+-------------------------------------
Changes (by Faris Alsmawi):

* Attachment "django_admin.png" added.

Reply all
Reply to author
Forward
0 new messages