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

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

Issue 2222233002: DevTools: style selected call frames as arrows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 div { 7 div {
8 width: 10px; 8 width: 10px;
9 height: 10px; 9 height: 10px;
10 margin-right: 4px; 10 margin-right: 4px;
(...skipping 24 matching lines...) Expand all
35 div.orange-ball { 35 div.orange-ball {
36 background-image: url(Images/toolbarButtonGlyphs_2x.png); 36 background-image: url(Images/toolbarButtonGlyphs_2x.png);
37 } 37 }
38 } /* media */ 38 } /* media */
39 39
40 div.error-icon { 40 div.error-icon {
41 background-position: -213px -96px; 41 background-position: -213px -96px;
42 } 42 }
43 43
44 div.revokedError-icon { 44 div.revokedError-icon {
45 background-position: -245px -107px; 45 background-position: -246px -107px;
46 } 46 }
47 47
48 div.warning-icon { 48 div.warning-icon {
49 background-position: -202px -107px; 49 background-position: -202px -107px;
50 } 50 }
51 51
52 div.info-icon { 52 div.info-icon {
53 background-position: -213px -107px; 53 background-position: -213px -107px;
54 } 54 }
55 55
56 div.device-icon { 56 div.device-icon {
57 background-position: -224px -107px; 57 background-position: -224px -107px;
58 } 58 }
59 59
60 div.red-ball { 60 div.red-ball {
61 background-position: -224px -96px; 61 background-position: -224px -96px;
62 } 62 }
63 63
64 div.green-ball { 64 div.green-ball {
65 background-position: -235px -96px; 65 background-position: -235px -96px;
66 } 66 }
67 67
68 div.orange-ball { 68 div.orange-ball {
69 background-position: -246px -96px; 69 background-position: -246px -96px;
70 } 70 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698