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

Side by Side Diff: Source/devtools/front_end/canvasProfiler.css

Issue 181433002: DevTools: Replace Apple styled spinner icon with Chromium one. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: removed ::before and ::after pseudos box-sizing change Created 6 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 | Annotate | Revision Log
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 display: block; 56 display: block;
57 } 57 }
58 58
59 .canvas-debug-info { 59 .canvas-debug-info {
60 position: absolute; 60 position: absolute;
61 left: 0; 61 left: 0;
62 right: 0; 62 right: 0;
63 bottom: 6px; 63 bottom: 6px;
64 } 64 }
65 65
66 .canvas-spinner-icon { 66 .canvas-profile-view .spinner-icon {
67 content: url(Images/spinnerSelected.gif);
68 position: absolute; 67 position: absolute;
69 width: 16px; 68 width: 16px;
69 height: 16px;
70 right: 4px; 70 right: 4px;
71 bottom: 4px; 71 bottom: 4px;
72 } 72 }
73 73
74 .canvas-replay-log { 74 .canvas-replay-log {
75 position: absolute; 75 position: absolute;
76 top: 24px; 76 top: 24px;
77 left: 0; 77 left: 0;
78 right: 0; 78 right: 0;
79 bottom: 0; 79 bottom: 0;
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 190
191 @-webkit-keyframes fadeout-odd { 191 @-webkit-keyframes fadeout-odd {
192 from { background-color: rgb(255, 255, 25); } 192 from { background-color: rgb(255, 255, 25); }
193 to { background-color: rgb(255, 255, 175); } 193 to { background-color: rgb(255, 255, 175); }
194 } 194 }
195 195
196 @-webkit-keyframes fadeout-even { 196 @-webkit-keyframes fadeout-even {
197 from { background-color: rgb(255, 255, 25); } 197 from { background-color: rgb(255, 255, 25); }
198 to { background-color: rgb(235, 235, 120); } 198 to { background-color: rgb(235, 235, 120); }
199 } 199 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/SidebarTreeElement.js ('k') | Source/devtools/front_end/heapProfiler.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698