浏览代码

set disabled interface backgroundcolor to $gray-400

Pieter Lambrecht 1 年之前
父节点
当前提交
fff4ec78ad
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 0 0
      netbox/project-static/dist/netbox.css
  2. 1 1
      netbox/project-static/styles/custom/_interfaces.scss

文件差异内容过多而无法显示
+ 0 - 0
netbox/project-static/dist/netbox.css


+ 1 - 1
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

部分文件因为文件数量过多而无法显示