diff options
author | Marius Halden <marius.h@lden.org> | 2016-03-28 20:38:28 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2016-03-28 20:38:28 +0200 |
commit | 6c1118dbf2c4b15bcfcd77600d36f2389428c75e (patch) | |
tree | da81756a344a89502df5479b860b6f4a24b6ed92 /web/cobrands/sass/_admin.scss | |
parent | a2d67ca6de255ff04badb7cb5a62f7d3df3ce293 (diff) | |
parent | 4345263c9de752454795ad57323e684e41e702a8 (diff) |
Merge tag 'v1.8.1' into fiksgatami-dev
Diffstat (limited to 'web/cobrands/sass/_admin.scss')
-rw-r--r-- | web/cobrands/sass/_admin.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_admin.scss b/web/cobrands/sass/_admin.scss index b7c208773..36323f295 100644 --- a/web/cobrands/sass/_admin.scss +++ b/web/cobrands/sass/_admin.scss @@ -37,7 +37,7 @@ $button_bg_col: #a1a1a1; // also search bar (tables) display: none; /* TODO: reveal when filtering is implemented */ padding: flip(4px 4px 4px 40px, 4px 40px 4px 4px); background-color: $button_bg_col; - background-image: url('search-icon-white.png'); + background-image: url('/cobrands/zurich/search-icon-white.png'); background-position: flip(14px, right) center; background-repeat: no-repeat; border-bottom: 2px solid $table_border_color; |