Index: chrome_linux64/resources/inspector/elementsPanel.css |
=================================================================== |
--- chrome_linux64/resources/inspector/elementsPanel.css (revision 197568) |
+++ chrome_linux64/resources/inspector/elementsPanel.css (working copy) |
@@ -196,26 +196,17 @@ |
margin-left: -6px; |
} |
-.styles-section .properties li.not-parsed-ok img.exclamation-mark { |
- content: url(Images/warningIcon.png); |
- opacity: 0.75; |
+.styles-section .properties li.not-parsed-ok .exclamation-mark { |
position: relative; |
- float: left; |
width: 12px; |
- height: 10px; |
margin: 0 6px 0 0; |
- left: -38px; /* outdent to compensate for the top-level property indent */ |
- padding-left: 2px; |
- vertical-align: baseline; |
+ top: 1px; |
+ left: -36px; /* outdent to compensate for the top-level property indent */ |
-webkit-user-select: none; |
cursor: default; |
z-index: 1; |
} |
-.styles-section.computed-style .properties li.not-parsed-ok img.exclamation-mark { |
- left: 0; |
-} |
- |
.styles-section .header { |
white-space: nowrap; |
-webkit-background-origin: padding; |
@@ -395,6 +386,7 @@ |
z-index: 1; |
width: 18px; |
left: -40px; /* original -2px + (-38px) to compensate for the first line outdent */ |
+ top: 1px; |
} |
.styles-section.matched-styles .properties ol.expanded { |