diff --git a/css/theme.css b/css/theme.css
index 8b8e5e1..e60674b 100644
--- a/css/theme.css
+++ b/css/theme.css
@@ -256,21 +256,33 @@ body:not(.loading) .stop-button {
vertical-align: bottom;
}
-.identity {
+.searchselector {
width: 16px;
height: 16px;
margin: 0 6px;
- background-position: -16px 0;
+ background-image: url(../images/shared/Search.png);
+ background-repeat: no-repeat;
+ background-position: 1px 1px;
}
-.identity:hover {
- background-position: 0 0;
+@media (min-resolution: 2dppx) {
+ .searchselector {
+ background-image: url(../images/shared/Search@2x.png);
+ }
}
.identity {
+ width: 16px;
+ height: 16px;
+ margin: 0 6px;
+ background-position: -16px 0;
background-image: url(../images/shared/identity-icons-generic.png);
}
+.identity:hover {
+ background-position: 0 0;
+}
+
body.ssl .identity {
background-image: url(../images/shared/identity-icons-https.png);
}
diff --git a/images/shared/Search.png b/images/shared/Search.png
new file mode 100644
index 0000000..12df282
Binary files /dev/null and b/images/shared/Search.png differ
diff --git a/images/shared/Search@2x.png b/images/shared/Search@2x.png
new file mode 100644
index 0000000..a12c413
Binary files /dev/null and b/images/shared/Search@2x.png differ
diff --git a/index.html b/index.html
index 3c119aa..7e489eb 100644
--- a/index.html
+++ b/index.html
@@ -32,6 +32,7 @@
+