Pin Chrome's shortcut to the Win10 Start menu on install and OS upgrade.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / network_ui / network_ui.css
blobc3fbf8736644002aaf8fd699a7fe1b7839b3b58e
1 /* Copyright 2013 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 paper-button[raised].colored {
6 background: rgb(66, 133, 244);
7 color: white;
10 #header {
11 margin: 5px;
14 #header a {
15 padding: 0 4px;
18 #header cr-network-icon {
19 height: 40px;
20 width: 40px;
23 #default-network {
24 align-items: center;
25 display: flex;
26 flex-direction: row;
27 padding: 4px;
30 #default-network-text {
31 -webkit-padding-start: 8px;
32 font-size: 14px;
33 font-weight: bold;
36 #refresh {
37 margin: 4px;
40 .state-table {
41 border-collapse: collapse;
44 .state-table tr td {
45 border: 1px solid rgb(220, 220, 220);
46 font-size: 13px;
49 .state-table-header {
50 font-weight: bold;
53 .state-table-expand-button-cell {
54 text-align: center;
57 .state-table-expand-button {
58 background-color: #fff;
59 border: none;
60 height: 20px;
61 margin: 0;
62 outline: none;
63 padding: 0;
64 width: 20px;
67 .state-table-expanded-cell {
68 white-space: pre-wrap;
71 .state-table cr-network-icon {
72 height: 25px;
73 width: 25px;
76 #advanced-options {
77 margin-top: 10px;