From f8effcc8ce4765a16dad41f4a51d58efecaffb02 Mon Sep 17 00:00:00 2001 From: mic Date: Sat, 6 Sep 2025 00:43:25 +0200 Subject: [PATCH] color for dark theme fixed --- pages/addtags/mzta-add-tags.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages/addtags/mzta-add-tags.css b/pages/addtags/mzta-add-tags.css index fa820b4e..58d50677 100644 --- a/pages/addtags/mzta-add-tags.css +++ b/pages/addtags/mzta-add-tags.css @@ -199,4 +199,16 @@ table#miczPrefs tr:last-child td { .specific_integration{ background-color: #2E3A4F; } + + .specific_integration_sub td:first-child { + border-left: 10px solid #2E3A4F; + } + + .specific_integration_sub td:last-child { + border-right: 10px solid #2E3A4F; + } + + #connection_ui_end td{ + background-color: #2E3A4F; + } } \ No newline at end of file