| Index: chrome/browser/resources/settings/internet_page/network_property_list.css
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_property_list.css b/chrome/browser/resources/settings/internet_page/network_property_list.css
|
| index 4bd06dc3d56d48938d3fe410b67c397fc56a555f..c0cf7d540c732bb117010ab7d4a19877ade113aa 100644
|
| --- a/chrome/browser/resources/settings/internet_page/network_property_list.css
|
| +++ b/chrome/browser/resources/settings/internet_page/network_property_list.css
|
| @@ -8,6 +8,16 @@ span {
|
| margin: 0 5px 5px 0;
|
| }
|
|
|
| +span {
|
| + @apply(--paper-font-subhead);
|
| + @apply(--paper-input-container-input);
|
| + margin: 0 5px 5px 0;
|
| +}
|
| +
|
| +cr-policy-network-indicator {
|
| + margin-bottom: 5px;
|
| +}
|
| +
|
| span.fill {
|
| border-bottom-color: grey;
|
| border-bottom-style: dotted;
|
|
|