1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-12 15:57:57 +00:00

Fix broken image link

This commit is contained in:
Tom Piccirello 2019-01-18 17:49:55 -08:00 committed by GitHub
parent 81c09d34ad
commit 972b8d11fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
width: 500px; width: 500px;
line-height: 2em; line-height: 2em;
padding: 1px 5px 1px 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-repeat: no-repeat;
background-size: 1.5em; background-size: 1.5em;
background-position: left; background-position: left;