Index: ui/webui/resources/cr_elements/network/cr_network_list.html |
diff --git a/ui/webui/resources/cr_elements/network/cr_network_list.html b/ui/webui/resources/cr_elements/network/cr_network_list.html |
index 2f6d373258c53374dd212d94dd948bf01decd939..8c900ced7ef5fb6a7bb31129c600ab80453a7968 100644 |
--- a/ui/webui/resources/cr_elements/network/cr_network_list.html |
+++ b/ui/webui/resources/cr_elements/network/cr_network_list.html |
@@ -20,11 +20,11 @@ |
} |
cr-network-list-network-item:not(:last-of-type) { |
- border-bottom: 1px solid lightgrey; |
+ border-bottom: 1px solid rgba(0, 0, 0, 0.06); |
michaelpg
2016/07/20 19:36:37
where does this come from? should it be a variable
stevenjb
2016/07/20 20:29:16
It should, but it's unclear where to put it. This
|
} |
cr-network-list-custom-item { |
- border-top: 1px solid lightgrey; |
+ border-top: 1px solid rgba(0, 0, 0, 0.06); |
} |
</style> |
<iron-collapse opened="{{opened}}"> |