Console: Fix dark theme CSS color tweak affecting more than the intended inbound.png and outbound.png images

This commit is contained in:
zzz
2022-12-31 08:37:23 -05:00
parent 0792526c16
commit ec8d0a2f61

View File

@@ -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;
}