OLD | NEW |
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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 position: absolute; | 147 position: absolute; |
148 display: block; | 148 display: block; |
149 content: ""; | 149 content: ""; |
150 left: 7px; | 150 left: 7px; |
151 top: 0.8em; | 151 top: 0.8em; |
152 width: 10px; | 152 width: 10px; |
153 height: 10px; | 153 height: 10px; |
154 margin-top: -7px; | 154 margin-top: -7px; |
155 -webkit-user-select: none; | 155 -webkit-user-select: none; |
156 background-image: url(Images/toolbarButtonGlyphs.png); | 156 background-image: url(Images/toolbarButtonGlyphs.png); |
157 background-size: 352px 144px; | 157 background-size: 352px 168px; |
158 } | 158 } |
159 | 159 |
160 @media (-webkit-min-device-pixel-ratio: 1.5) { | 160 @media (-webkit-min-device-pixel-ratio: 1.5) { |
161 .database-user-query::before, | 161 .database-user-query::before, |
162 .database-query-prompt::before, | 162 .database-query-prompt::before, |
163 .database-query-result::before { | 163 .database-query-result::before { |
164 background-image: url(Images/toolbarButtonGlyphs_2x.png); | 164 background-image: url(Images/toolbarButtonGlyphs_2x.png); |
165 } | 165 } |
166 } /* media */ | 166 } /* media */ |
167 | 167 |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
346 content: url(Images/cookie.png); | 346 content: url(Images/cookie.png); |
347 } | 347 } |
348 | 348 |
349 .application-cache-storage-tree-item .icon { | 349 .application-cache-storage-tree-item .icon { |
350 content: url(Images/applicationCache.png); | 350 content: url(Images/applicationCache.png); |
351 } | 351 } |
352 | 352 |
353 .file-system-storage-tree-item .icon { | 353 .file-system-storage-tree-item .icon { |
354 content: url(Images/fileSystem.png); | 354 content: url(Images/fileSystem.png); |
355 } | 355 } |
OLD | NEW |