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

Unified Diff: Source/WebCore/inspector/front-end/inspector.css

Issue 8343053: Merge 98489 - Web Inspector: Need workaround for the red crossed circle in the status bar not bri... (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/WebCore/inspector/front-end/inspector.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | Source/WebCore/inspector/front-end/inspector.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698