From d13122a26aedfc7c5ca96edbdaa2df667f73f1d0 Mon Sep 17 00:00:00 2001 From: Jonathan Kingston Date: Wed, 22 Feb 2017 00:46:28 +0000 Subject: [PATCH] Fix for icons overlaying over each other. Fixes #237 --- data/usercontext.css | 1 + 1 file changed, 1 insertion(+) diff --git a/data/usercontext.css b/data/usercontext.css index 911743f..8e24f9a 100644 --- a/data/usercontext.css +++ b/data/usercontext.css @@ -104,6 +104,7 @@ value, or chrome url path as an alternate selector mitiages this bug.*/ #userContext-indicator { height: 16px; + list-style-image: none !important; width: 16px; }