Przeglądaj źródła

set disabled interface backgroundcolor to $gray-400

Pieter Lambrecht 1 rok temu
rodzic
commit
fff4ec78ad

Plik diff jest za duży
+ 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

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików