Skip to content

Commit fff4ec7

Browse files
Pieter Lambrechtjeremystretch
authored andcommitted
set disabled interface backgroundcolor to $gray-400
1 parent 8951aa8 commit fff4ec7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

netbox/project-static/dist/netbox.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

netbox/project-static/styles/custom/_interfaces.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tr[data-virtual=true] {
1717
background-color: rgba(map.get($theme-colors, "primary"), 0.15);
1818
}
1919
tr[data-enabled=disabled] {
20-
background-color: rgba(map.get($theme-colors, "danger"), 0.15);
20+
background-color: rgba($gray-400, 0.15);
2121
}
2222

2323
// Only show the correct button depending on the cable status

0 commit comments

Comments
 (0)