Skip to content

CSS - Darkmode some cells showing light mode #10881

@DrunkMunki

Description

@DrunkMunki

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

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: bugA confirmed report of unexpected behavior in the application

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions