From ec8d0a2f61cb36cfb3500caae3aff8ec70a159b2 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 31 Dec 2022 08:37:23 -0500 Subject: [PATCH] Console: Fix dark theme CSS color tweak affecting more than the intended inbound.png and outbound.png images --- apps/routerconsole/jsp/themes/console/dark/console.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/routerconsole/jsp/themes/console/dark/console.css b/apps/routerconsole/jsp/themes/console/dark/console.css index 2a0b0d308..db0a08b26 100644 --- a/apps/routerconsole/jsp/themes/console/dark/console.css +++ b/apps/routerconsole/jsp/themes/console/dark/console.css @@ -2114,8 +2114,8 @@ button:active { transform: scale(1); } -img[src*="bound"], -img[src*="bound"]:hover { +img[src*="bound.png"], +img[src*="bound.png"]:hover { filter: sepia(100%) hue-rotate(70deg) !important; }