75b48c1bbe11c3f4a1ffd845a2f16fe30e1d3d7b
[pompage.git] / doc / webdeveloper / stylesheets / outline_non_secure_elements.css
1 img[src^=http\:], object[codebase^=http\:], object[src^=http\:]
2 {
3 -moz-outline: 1px solid #ff0000 !important;
4 outline: 1px solid #ff0000 !important;
5 }
6
7 iframe[src^=http\:]
8 {
9 border: 1px solid #ff0000 !important;
10 }