Explorar o código

Merge pull request #3199 from candlerb/candlerb/3184

Add grey border around color-block
Jeremy Stretch %!s(int64=6) %!d(string=hai) anos
pai
achega
38d5a8fdc0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      netbox/project-static/css/base.css

+ 1 - 0
netbox/project-static/css/base.css

@@ -559,6 +559,7 @@ table.report th a {
 .color-block {
     display: block;
     width: 80px;
+    border: 1px solid grey;
 }
 .text-nowrap {
     white-space: nowrap;