From fff4ec78ad0c14d80cb1f4619e401ac3bcfc4d2e Mon Sep 17 00:00:00 2001 From: Pieter Lambrecht Date: Fri, 13 Dec 2024 16:23:49 +0100 Subject: [PATCH] set disabled interface backgroundcolor to $gray-400 --- netbox/project-static/dist/netbox.css | Bin 554811 -> 554811 bytes .../styles/custom/_interfaces.scss | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/project-static/dist/netbox.css b/netbox/project-static/dist/netbox.css index cd66ffa0fc5dd4feecb08942203ae83d8d2c3549..cee6eda688f62b50695a128811bbdd7c68cfffca 100644 GIT binary patch delta 43 zcmdn}PI31;#fBEf7N!>F7M2#)7Pc1lEgTC9*(?$*%@dQR_Z4tRY~NSNQOgPdZsiY= delta 41 xcmdn}PI31;#fBEf7N!>F7M2#)7Pc1lEgTC9r#IwtuubnP;E>q9uaKjb6#!XL4^sdD diff --git a/netbox/project-static/styles/custom/_interfaces.scss b/netbox/project-static/styles/custom/_interfaces.scss index 2c363e7ff..9e6baa7e5 100644 --- a/netbox/project-static/styles/custom/_interfaces.scss +++ b/netbox/project-static/styles/custom/_interfaces.scss @@ -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