Skip to content

Commit de9870d

Browse files
committed
Add the SSL Observatory logo
1 parent 39d37b2 commit de9870d

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
treechildren::-moz-tree-checkbox { /* css for unchecked cells */
2+
list-style-image: url("chrome://https-everywhere/skin/cross.png");
3+
}
4+
5+
treechildren::-moz-tree-checkbox(checked) { /* css for checked cells */
6+
list-style-image: url("chrome://https-everywhere/skin/tick.png");
7+
}
8+
9+
treechildren::-moz-tree-checkbox(undefined) { /* css for empty cells */
10+
list-style-image: url("");
11+
}
12+
13+
/* Logo */
14+
.observatory-logo {
15+
background-image: url(img/SSLobservatory.png);
16+
background-repeat: no-repeat;
17+
}
18+

src/chrome/skin/SSLobservatory.jpg

44.2 KB
Loading

0 commit comments

Comments
 (0)