diff options
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; |