summaryrefslogtreecommitdiff
path: root/res/client/css
diff options
context:
space:
mode:
Diffstat (limited to 'res/client/css')
-rw-r--r--res/client/css/partials/buttons.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/client/css/partials/buttons.scss b/res/client/css/partials/buttons.scss
index c0277273..19a52a0d 100644
--- a/res/client/css/partials/buttons.scss
+++ b/res/client/css/partials/buttons.scss
@@ -23,6 +23,13 @@
border: 1px solid $blue;
}
+#btn-search {
+ background: url('/static/img/search-icon.png');
+ background-repeat: no-repeat;
+ background-position: center;
+ background-color: lightgreen;
+}
+
#btn-logout {
margin-left: 15px;
font-size: 0.8em;