Index: Source/devtools/front_end/security/lockIcon.css |
diff --git a/Source/devtools/front_end/security/lockIcon.css b/Source/devtools/front_end/security/lockIcon.css |
index e0dbd238c51885f0ac6c9ae937d41c1eb8b4886d..9813ea4e9529c88da43e5d0448a435461599c27e 100644 |
--- a/Source/devtools/front_end/security/lockIcon.css |
+++ b/Source/devtools/front_end/security/lockIcon.css |
@@ -3,7 +3,8 @@ |
* found in the LICENSE file. |
*/ |
-.lock-icon { |
+.lock-icon, |
+.security-property { |
background-size: cover; |
height: 16px; |
width: 16px; |
@@ -52,7 +53,18 @@ |
} |
} |
-.sidebar-tree-item .lock-icon { |
- float: left; |
- margin-right: 2px; |
-} |
+.security-property-insecure { |
+ background-image: url(Images/securityPropertyInsecure.svg); |
+} |
+ |
+.security-property-neutral { |
+ background-image: url(Images/securityPropertyWarning.svg); |
+} |
+ |
+.security-property-warning { |
+ background-image: url(Images/securityPropertyWarning.svg); |
+} |
+ |
+.security-property-secure { |
+ background-image: url(Images/securityPropertySecure.svg); |
+} |