Chromium Code Reviews| Index: components/security_interstitials/core/browser/resources/interstitial_common.css |
| diff --git a/components/security_interstitials/core/browser/resources/interstitial_common.css b/components/security_interstitials/core/browser/resources/interstitial_common.css |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..60061de0fe1d51ae724f4cf22e179ab072c5ce90 |
| --- /dev/null |
| +++ b/components/security_interstitials/core/browser/resources/interstitial_common.css |
| @@ -0,0 +1,35 @@ |
| +/* Copyright 2017 The Chromium Authors. All rights reserved. |
| + Use of this source code is governed by a BSD-style license that can be |
| + found in the LICENSE file. */ |
| + |
| +a { |
| + color: #585858; |
| +} |
| + |
| +body { |
| + background-color: #f7f7f7; |
| + color: #646464; |
|
felt
2017/05/05 04:35:01
I think the preferred Chrome style is rgb for colo
|
| +} |
| + |
| +#details-button { |
| + background: inherit; |
| + border: 0; |
| + float: none; |
| + margin: 0; |
| + padding: 10px 0; |
| + text-transform: uppercase; |
| +} |
| + |
| +.hidden { |
| + display: none; |
| +} |
| + |
| +html { |
| + -webkit-text-size-adjust: 100%; |
| + font-size: 125%; |
| +} |
| + |
| +.icon { |
| + background-repeat: no-repeat; |
| + background-size: 100%; |
| +} |