Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / settings / internet_page / network_summary_item.css
blob45b0994e32addd24c24458c7b8187bef5efd3386
1 /* Copyright 2015 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */
5 #details.selectable:hover {
6 background-color: lightgrey;
9 #detailsItem {
10 margin-bottom: 10px;
13 #buttons {
14 align-items: center;
17 .invisible {
18 visibility: hidden;
21 #deviceEnabledButton {
22 margin: 0 10px;
25 #networkList {
26 margin: 0 70px 10px 40px;
27 max-height: 400px;