소스 검색

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

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.