[sql] Remove _HAS_EXCEPTIONS=0 from build info.
[chromium-blink-merge.git] / chrome / browser / resources / settings / internet_page / network_summary_item.css
blob9b4f7925b1c64bce174318628c8f29991a77c4c8
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 #buttons {
10 align-items: center;
13 .invisible {
14 visibility: hidden;
17 paper-spinner {
18 margin-left: 20px;
21 #deviceEnabledButton {
22 margin-left: 10px;
25 #networkList {
26 margin: 5px 10px 10px 40px;
27 max-height: 400px;