#34999: Admin search bar input doesn't have proper background color when in dark
mode
-------------------------------------+-------------------------------------
     Reporter:  Raphaƫl Stefanini    |                    Owner:  nobody
         Type:  Uncategorized        |                   Status:  closed
    Component:  contrib.admin        |                  Version:  4.2
     Severity:  Normal               |               Resolution:
                                     |  worksforme
     Keywords:  UI, contrast, admin  |             Triage Stage:
                                     |  Unreviewed
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  1
-------------------------------------+-------------------------------------

Comment (by Mariusz Felisiak):

 Puzzled, the black background is already inherited from `base.css`:
 {{{
 input[type=text], input[type=password], input[type=email],
 input[type=url],
 input[type=number], input[type=tel], textarea, select, .vTextField {
     border: 1px solid var(--border-color);
     border-radius: 4px;
     padding: 5px 6px;
     margin-top: 0;
     color: var(--body-fg);
     background-color: var(--body-bg);
 }
 }}}
 You can try to use TicketClosingReasons/UseSupportChannels where folks
 will help you debug your issue.

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

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018c1a8dac38-2ccc291f-cde6-4613-a9f7-11294ba06866-000000%40eu-central-1.amazonses.com.

Reply via email to