Index: Source/WebCore/inspector/front-end/inspector.css |
=================================================================== |
--- Source/WebCore/inspector/front-end/inspector.css (revision 98701) |
+++ Source/WebCore/inspector/front-end/inspector.css (working copy) |
@@ -559,7 +559,7 @@ |
border-bottom: 1px solid rgb(96, 96, 96); |
} |
-#error-count::before { |
+#error-count-img { |
content: url(Images/errorIcon.png); |
width: 10px; |
height: 10px; |
@@ -567,11 +567,11 @@ |
margin-right: 2px; |
} |
-#error-count + #warning-count { |
+#error-count + #warning-count-img { |
margin-left: 6px; |
} |
-#warning-count::before { |
+#warning-count-img { |
content: url(Images/warningIcon.png); |
width: 10px; |
height: 10px; |