mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-19 03:42:25 -06:00
set disabled interface backgroundcolor to $gray-400
This commit is contained in:
committed by
Jeremy Stretch
parent
13e82d07d9
commit
df90b6614f
2
netbox/project-static/dist/netbox.css
vendored
2
netbox/project-static/dist/netbox.css
vendored
File diff suppressed because one or more lines are too long
@@ -17,7 +17,7 @@ tr[data-virtual=true] {
|
||||
background-color: rgba(map.get($theme-colors, "primary"), 0.15);
|
||||
}
|
||||
tr[data-enabled=disabled] {
|
||||
background-color: rgba(map.get($theme-colors, "danger"), 0.15);
|
||||
background-color: rgba($gray-400, 0.15);
|
||||
}
|
||||
|
||||
// Only show the correct button depending on the cable status
|
||||
|
||||
Reference in New Issue
Block a user