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

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/sources/dialog.css

Issue 2608043002: DevTools: extract modules (with extensions) (Closed)
Patch Set: refactor py Created 3 years, 11 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
1 /* 1 /*
2 * Copyright (c) 2015 The Chromium Authors. All rights reserved. 2 * Copyright (c) 2015 The Chromium Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be 3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file. 4 * found in the LICENSE file.
5 */ 5 */
6 6
7 :host { 7 :host {
8 padding: 10px; 8 padding: 10px;
9 } 9 }
10 10
(...skipping 28 matching lines...) Expand all
39 text-shadow: 0 1px 0 hsl(0, 0%, 94%); 39 text-shadow: 0 1px 0 hsl(0, 0%, 94%);
40 min-height: 2em; 40 min-height: 2em;
41 padding-left: 10px; 41 padding-left: 10px;
42 padding-right: 10px; 42 padding-right: 10px;
43 } 43 }
44 44
45 button:active { 45 button:active {
46 background-color: rgb(215, 215, 215); 46 background-color: rgb(215, 215, 215);
47 background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 23 9, 239)); 47 background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 23 9, 239));
48 } 48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698