summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/media/css/style.css3
-rw-r--r--public/media/img/search.pngbin0 -> 367 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/public/media/css/style.css b/public/media/css/style.css
index a521aeb..7238472 100644
--- a/public/media/css/style.css
+++ b/public/media/css/style.css
@@ -313,6 +313,9 @@ td {
.addbutton:before {
content: url(/media/img/create.png) ' ';
}
+.searchbutton:before {
+ content: url(/media/img/search.png) ' ';
+}
.rightbutton {
float: right;
diff --git a/public/media/img/search.png b/public/media/img/search.png
new file mode 100644
index 0000000..6a0dd1d
--- /dev/null
+++ b/public/media/img/search.png
Binary files differ