| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 position: absolute; | 103 position: absolute; |
| 104 display: block; | 104 display: block; |
| 105 content: ""; | 105 content: ""; |
| 106 left: -17px; | 106 left: -17px; |
| 107 top: 9px; | 107 top: 9px; |
| 108 width: 10px; | 108 width: 10px; |
| 109 height: 10px; | 109 height: 10px; |
| 110 margin-top: -4px; | 110 margin-top: -4px; |
| 111 -webkit-user-select: none; | 111 -webkit-user-select: none; |
| 112 background-image: url(Images/toolbarButtonGlyphs.png); | 112 background-image: url(Images/toolbarButtonGlyphs.png); |
| 113 background-size: 352px 144px; | 113 background-size: 352px 168px; |
| 114 } | 114 } |
| 115 | 115 |
| 116 @media (-webkit-min-device-pixel-ratio: 1.5) { | 116 @media (-webkit-min-device-pixel-ratio: 1.5) { |
| 117 .console-message::before, | 117 .console-message::before, |
| 118 .console-user-command::before, | 118 .console-user-command::before, |
| 119 #console-prompt::before, | 119 #console-prompt::before, |
| 120 .console-group-title::before { | 120 .console-group-title::before { |
| 121 background-image: url(Images/toolbarButtonGlyphs_2x.png); | 121 background-image: url(Images/toolbarButtonGlyphs_2x.png); |
| 122 } | 122 } |
| 123 } /* media */ | 123 } /* media */ |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 margin-left: 16px; | 180 margin-left: 16px; |
| 181 } | 181 } |
| 182 | 182 |
| 183 .console-group-title { | 183 .console-group-title { |
| 184 font-weight: bold; | 184 font-weight: bold; |
| 185 } | 185 } |
| 186 | 186 |
| 187 .console-group-title::before { | 187 .console-group-title::before { |
| 188 -webkit-user-select: none; | 188 -webkit-user-select: none; |
| 189 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); | 189 -webkit-mask-image: url(Images/toolbarButtonGlyphs.png); |
| 190 -webkit-mask-size: 352px 144px; | 190 -webkit-mask-size: 352px 168px; |
| 191 float: left; | 191 float: left; |
| 192 width: 8px; | 192 width: 8px; |
| 193 content: "a"; | 193 content: "a"; |
| 194 color: transparent; | 194 color: transparent; |
| 195 text-shadow: none; | 195 text-shadow: none; |
| 196 margin-left: 3px; | 196 margin-left: 3px; |
| 197 margin-top: -7px; | 197 margin-top: -7px; |
| 198 } | 198 } |
| 199 | 199 |
| 200 @media (-webkit-min-device-pixel-ratio: 1.5) { | 200 @media (-webkit-min-device-pixel-ratio: 1.5) { |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 .console-message.console-warning-level { | 285 .console-message.console-warning-level { |
| 286 background-color: rgb(255, 250, 224); | 286 background-color: rgb(255, 250, 224); |
| 287 } | 287 } |
| 288 | 288 |
| 289 .console-error-level .console-message::before, | 289 .console-error-level .console-message::before, |
| 290 .console-revokedError-level .console-message::before, | 290 .console-revokedError-level .console-message::before, |
| 291 .console-warning-level .console-message::before, | 291 .console-warning-level .console-message::before, |
| 292 .console-debug-level .console-message::before, | 292 .console-debug-level .console-message::before, |
| 293 .console-info-level .console-message::before { | 293 .console-info-level .console-message::before { |
| 294 background-image: url(Images/toolbarButtonGlyphs.png); | 294 background-image: url(Images/toolbarButtonGlyphs.png); |
| 295 background-size: 352px 144px; | 295 background-size: 352px 168px; |
| 296 width: 10px; | 296 width: 10px; |
| 297 height: 10px; | 297 height: 10px; |
| 298 } | 298 } |
| 299 | 299 |
| 300 @media (-webkit-min-device-pixel-ratio: 1.5) { | 300 @media (-webkit-min-device-pixel-ratio: 1.5) { |
| 301 .console-error-level .console-message::before, | 301 .console-error-level .console-message::before, |
| 302 .console-revokedError-level .console-message::before, | 302 .console-revokedError-level .console-message::before, |
| 303 .console-warning-level .console-message::before, | 303 .console-warning-level .console-message::before, |
| 304 .console-debug-level .console-message::before, | 304 .console-debug-level .console-message::before, |
| 305 .console-info-level .console-message::before { | 305 .console-info-level .console-message::before { |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 font-size: 9px; | 442 font-size: 9px; |
| 443 } | 443 } |
| 444 | 444 |
| 445 .object-info-state-note::before { | 445 .object-info-state-note::before { |
| 446 content: "i"; | 446 content: "i"; |
| 447 } | 447 } |
| 448 | 448 |
| 449 .console-view-object-properties-section:not(.expanded) .object-info-state-note { | 449 .console-view-object-properties-section:not(.expanded) .object-info-state-note { |
| 450 display: none; | 450 display: none; |
| 451 } | 451 } |
| OLD | NEW |