From e4697891527afd4d629b88dac2b35e226a6cf7a7 Mon Sep 17 00:00:00 2001 From: Ferran Campos Date: Wed, 5 Jul 2023 12:25:14 +0200 Subject: [PATCH] Icons dropped inside the project All used icons are now in the AIS project. Done to avoid any external dependency. --- ais_static/images/search_icon.svg | 3 +++ ais_static/registration_style.css | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 ais_static/images/search_icon.svg diff --git a/ais_static/images/search_icon.svg b/ais_static/images/search_icon.svg new file mode 100644 index 000000000..d3dc7ca16 --- /dev/null +++ b/ais_static/images/search_icon.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/ais_static/registration_style.css b/ais_static/registration_style.css index b05474787..c6314cf68 100644 --- a/ais_static/registration_style.css +++ b/ais_static/registration_style.css @@ -195,7 +195,7 @@ input[type="color"]:focus, #company-search input { padding: 7px 8px 7px 30px; - background-image: url("https://upload.wikimedia.org/wikipedia/commons/5/55/Magnifying_glass_icon.svg"); + background-image: url("images/search_icon.svg"); background-size: 13px; background-repeat: no-repeat; background-position: 10px center;