Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(143)

Side by Side Diff: components/security_interstitials/core/browser/resources/interstitial_common.css

Issue 2854263003: Add quiet safe browsing interstitial for WebView (Closed)
Patch Set: Fix unit test Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 /* Copyright 2017 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. */
4
5 a {
6 color: rgb(88, 88, 88);
7 }
8
9 body {
10 background-color: rgb(247, 247, 247);
11 color: rgb(100, 100, 100);
12 }
13
14 #details-button {
15 background: inherit;
16 border: 0;
17 float: none;
18 margin: 0;
19 padding: 10px 0;
20 text-transform: uppercase;
21 }
22
23 .hidden {
24 display: none;
25 }
26
27 html {
28 -webkit-text-size-adjust: 100%;
29 font-size: 125%;
30 }
31
32 .icon {
33 background-repeat: no-repeat;
34 background-size: 100%;
35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698