Only grant permissions to new extensions from sync if they have the expected version
[chromium-blink-merge.git] / chrome / browser / resources / settings / internet_page / network_proxy.css
blob0c3f801bc54dec1df0b276a468f4fdd4bef19b46
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 :host {
6 display: inline-block;
9 select {
10 font-size: 16px;
11 margin-bottom: 10px;
12 margin-top: 10px;
13 padding: 5px;
16 span {
17 @apply(--paper-font-subhead);
18 @apply(--paper-input-container-input);
19 margin: 5px;
22 cr-checkbox {
23 margin-bottom: 10px;
26 cr-input {
27 margin: -9px 5px 0 5px;