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

Side by Side Diff: Source/devtools/front_end/resources/resourcesPanel.css

Issue 1167573003: Devtools: Resize glpyhs and add animation icons (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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) 2006, 2007, 2008 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org> 3 * Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions 6 * modification, are permitted provided that the following conditions
7 * are met: 7 * are met:
8 * 8 *
9 * 1. Redistributions of source code must retain the above copyright 9 * 1. Redistributions of source code must retain the above copyright
10 * notice, this list of conditions and the following disclaimer. 10 * notice, this list of conditions and the following disclaimer.
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 position: absolute; 151 position: absolute;
152 display: block; 152 display: block;
153 content: ""; 153 content: "";
154 left: 7px; 154 left: 7px;
155 top: 0.8em; 155 top: 0.8em;
156 width: 10px; 156 width: 10px;
157 height: 10px; 157 height: 10px;
158 margin-top: -7px; 158 margin-top: -7px;
159 -webkit-user-select: none; 159 -webkit-user-select: none;
160 background-image: url(Images/toolbarButtonGlyphs.png); 160 background-image: url(Images/toolbarButtonGlyphs.png);
161 background-size: 320px 144px; 161 background-size: 352px 144px;
162 } 162 }
163 163
164 @media (-webkit-min-device-pixel-ratio: 1.5) { 164 @media (-webkit-min-device-pixel-ratio: 1.5) {
165 .database-user-query::before, 165 .database-user-query::before,
166 .database-query-prompt::before, 166 .database-query-prompt::before,
167 .database-query-result::before { 167 .database-query-result::before {
168 background-image: url(Images/toolbarButtonGlyphs_2x.png); 168 background-image: url(Images/toolbarButtonGlyphs_2x.png);
169 } 169 }
170 } /* media */ 170 } /* media */
171 171
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 content: url(Images/cookie.png); 350 content: url(Images/cookie.png);
351 } 351 }
352 352
353 .application-cache-storage-tree-item .icon { 353 .application-cache-storage-tree-item .icon {
354 content: url(Images/applicationCache.png); 354 content: url(Images/applicationCache.png);
355 } 355 }
356 356
357 .file-system-storage-tree-item .icon { 357 .file-system-storage-tree-item .icon {
358 content: url(Images/fileSystem.png); 358 content: url(Images/fileSystem.png);
359 } 359 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/promises/promisePane.css ('k') | Source/devtools/front_end/resources/serviceWorkersView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698