瀏覽代碼

Merge pull request #3199 from candlerb/candlerb/3184

Add grey border around color-block
Jeremy Stretch 7 年之前
父節點
當前提交
38d5a8fdc0
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;