From 1dc92ffff5597ed025c42b9333bcf5053c49cbb8 Mon Sep 17 00:00:00 2001 From: SillyLossy Date: Thu, 30 Mar 2023 11:58:16 +0300 Subject: [PATCH] Fix API connect button getting blocked by AdBlock --- public/index.html | 2 +- public/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index acb4bcab4..27dc49af7 100644 --- a/public/index.html +++ b/public/index.html @@ -70,7 +70,7 @@
-
+
diff --git a/public/style.css b/public/style.css index 2aec9c421..63cbe3838 100644 --- a/public/style.css +++ b/public/style.css @@ -2716,10 +2716,10 @@ label[for="extensions_autoconnect"] { background-repeat: no-repeat; } -.icon-connect{ +.icon-api{ background-image: url('img/plug-solid.svg'); } -.icon-connect.redOverlayGlow { +.icon-api.redOverlayGlow { background-image: url('img/plug-circle-exclamation-solid.svg'); } .icon-sliders{