Browse Source

Merge pull request #3199 from candlerb/candlerb/3184

Add grey border around color-block
Jeremy Stretch 6 năm trước cách đây
mục cha
commit
38d5a8fdc0
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;