Browse Source

Fix broken image link

adaptive-webui-19844
Tom Piccirello 6 years ago committed by GitHub
parent
commit
972b8d11fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/webui/www/private/search.html

2
src/webui/www/private/search.html

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
width: 500px;
line-height: 2em;
padding: 1px 5px 1px 2em;
background-image: url("../images/qbt-theme/edit-find.svg");
background-image: url("images/qbt-theme/edit-find.svg");
background-repeat: no-repeat;
background-size: 1.5em;
background-position: left;

Loading…
Cancel
Save