From 42a7bbe7d3ea771ff231a3e4ff5d8376fb48110b Mon Sep 17 00:00:00 2001 From: DL6ER Date: Wed, 22 Dec 2021 09:59:51 +0100 Subject: [PATCH] Reduce font-size of eyeCon from 17px to 14px to make the eye smaller (#2015) Signed-off-by: DL6ER --- style/pi-hole.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/pi-hole.css b/style/pi-hole.css index 63389d669..838e9f62b 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -443,7 +443,7 @@ td.details-control { } .eyeConWrapper { - font-size: 17px; + font-size: 14px; } #apiTokenIframe {