| Index: chrome/browser/resources/settings/internet_page/network_summary_item_style.html
|
| diff --git a/chrome/browser/resources/settings/internet_page/network_summary_item_style.html b/chrome/browser/resources/settings/internet_page/network_summary_item_style.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..60b9b29cd49d1ea83ce1ae55f3dd78f0462463d9
|
| --- /dev/null
|
| +++ b/chrome/browser/resources/settings/internet_page/network_summary_item_style.html
|
| @@ -0,0 +1,31 @@
|
| +<link rel="import" href="chrome://resources/polymer/polymer/polymer.html">
|
| +<link rel="import" href="chrome://resources/polymer/core-style/core-style.html">
|
| +
|
| +<core-style id="networkSummaryStyle">
|
| +
|
| +#details.selectable:hover {
|
| + background-color: lightgrey;
|
| +}
|
| +
|
| +#detailsItem {
|
| + margin-bottom: 10px;
|
| +}
|
| +
|
| +#buttons {
|
| + align-items: center;
|
| +}
|
| +
|
| +.invisible {
|
| + visibility: hidden;
|
| +}
|
| +
|
| +#enableButton {
|
| + margin: 0px 10px;
|
| +}
|
| +
|
| +#networkList {
|
| + max-height: 400px;
|
| + margin: 0px 70px 10px 40px;
|
| +}
|
| +
|
| +</core-style>
|
|
|