From 82c489f78742148039cf0010757ef68e96304605 Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Tue, 24 Dec 2024 22:40:03 +0800 Subject: [PATCH] local icon No longer need internet connection to load icon --- module/webui/index.html | 8 ++++---- module/webui/styles.css | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/module/webui/index.html b/module/webui/index.html index 59e8612..bd2a393 100644 --- a/module/webui/index.html +++ b/module/webui/index.html @@ -4,9 +4,7 @@ - Document - - + TrickyAddon @@ -25,7 +23,9 @@
diff --git a/module/webui/styles.css b/module/webui/styles.css index 86fffbe..e06ad20 100644 --- a/module/webui/styles.css +++ b/module/webui/styles.css @@ -63,6 +63,10 @@ body { border: none; } +.language-icon { + fill: #000; +} + .language-menu { display: flex; padding: 3px 10px; @@ -789,13 +793,13 @@ body { background-color: #121212; } - .language-button, .language-option, .input-box, .help-button { color: #fff; } + .language-icon, .menu-icon { fill: #eee; }