diff options
| author | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:48:29 +0200 |
|---|---|---|
| committer | LV-426 <lv-426@taproot.org.il> | 2015-02-09 02:57:02 +0200 |
| commit | 5eac4f25ce5b9be1a60cc98105929b33f4571989 (patch) | |
| tree | f412c3135c5055670be8e05e5239566ea79c5427 /res/client/css | |
| parent | 8c1c8e789788cfb67f37f68089b5be4c44e1c090 (diff) | |
style: search button
Diffstat (limited to 'res/client/css')
| -rw-r--r-- | res/client/css/partials/buttons.scss | 7 |
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; |
