From 5eac4f25ce5b9be1a60cc98105929b33f4571989 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Mon, 9 Feb 2015 02:48:29 +0200 Subject: style: search button --- res/client/css/partials/buttons.scss | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'res/client/css') 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; -- cgit v1.3.1