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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/ui/confirmDialog.css

Issue 2654483004: [DevTools] Provide a way to delete Indexed DBs (Closed)
Patch Set: Moved the confirm dialog Created 3 years, 10 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 /*
2 * Copyright (c) 2017 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
7 .widget {
8 padding: 20px;
9 }
10
11 .message, .button {
12 font-size: larger;
13 white-space: pre;
14 margin: 5px;
15 }
16
17 .button {
18 text-align: center;
19 margin-top: 10px;
20 }
21
22 .reason {
23 color: #8b0000;
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698