CSS - Darkmode some cells showing light mode #7214

Closed
opened 2025-12-29 20:20:33 +01:00 by adam · 0 comments
Owner

Originally created by @DrunkMunki on GitHub (Nov 10, 2022).

Originally assigned to: @jeremystretch on GitHub.

NetBox version

v3.3.5

Python version

3.8

Steps to Reproduce

  1. Click login name top right
  2. Click on "Dark mode"
  3. Go to a device that uses NAPALM to grab information, in our case its a switch
  4. Click on "Status"

Expected Behavior

Should show a table with a darker colour

Observed Behavior

CSS class is using "bg-light"

<tr id="status-cpu" class="bg-light">
                            <th colspan="2"><i class="mdi mdi-gauge"></i> CPU</th></tr>

darkmode

Originally created by @DrunkMunki on GitHub (Nov 10, 2022). Originally assigned to: @jeremystretch on GitHub. ### NetBox version v3.3.5 ### Python version 3.8 ### Steps to Reproduce 1. Click login name top right 2. Click on "Dark mode" 3. Go to a device that uses NAPALM to grab information, in our case its a switch 4. Click on "Status" ### Expected Behavior Should show a table with a darker colour ### Observed Behavior CSS class is using "bg-light" ``` <tr id="status-cpu" class="bg-light"> <th colspan="2"><i class="mdi mdi-gauge"></i> CPU</th></tr> ``` ![darkmode](https://user-images.githubusercontent.com/865746/201013208-d3ba47fc-1777-4885-bb01-e11d8b4ba48d.png)
adam added the type: bugstatus: accepted labels 2025-12-29 20:20:33 +01:00
adam closed this issue 2025-12-29 20:20:33 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7214