diff --git a/template/index.html b/template/index.html
index d8f20bc..e1f2ac4 100644
--- a/template/index.html
+++ b/template/index.html
@@ -123,12 +123,11 @@
diff --git a/template/static/stylesheets/app.css b/template/static/stylesheets/app.css
index 9ae4352..a5a1b60 100644
--- a/template/static/stylesheets/app.css
+++ b/template/static/stylesheets/app.css
@@ -313,6 +313,37 @@ select.form-control:not([multiple]):not([size]) {
cursor: col-resize;
}
+.input-icon {
+ position: relative;
+}
+
+.input-icon .icon {
+ position: absolute;
+ display: flex;
+ align-items: center;
+ height: 100%;
+ width: 2rem;
+ justify-content: center;
+ pointer-events: none;
+}
+
+.input-icon input {
+ padding-left: 2rem !important;
+ width: 100%;
+}
+
+.toolbar-search {
+ border: none;
+ border-radius: 3px;
+ padding: .25rem .5rem;
+ line-height: 1;
+}
+
+.toolbar-search:hover, .toolbar-search:focus {
+ background-color: #f3f3f3;
+ outline: none;
+}
+
/* content */
.content {