diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-12-18 16:17:56 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-12-18 16:17:56 +0000 |
commit | 195c7c7b6e03a3ec9cf7fcd22c7fbf0cba90c749 (patch) | |
tree | a409e463d03a4d98c6a36ebaa539389f74dcc903 /web/cobrands/sass/_admin.scss | |
parent | 7955472909243a80f395d90b93254b53b16de34d (diff) |
Use full relative paths for CSS images.
These files may be included by files in a different directory.
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; |