From 33be3665438562566a6a6c39b3951a8105357159 Mon Sep 17 00:00:00 2001 From: gorhill Date: Sun, 7 May 2017 07:36:28 -0400 Subject: [PATCH] better label to highlight an ambiguous domain name with Cyrillic characters --- src/css/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/popup.css b/src/css/popup.css index 66cbc3a9b..f82c2881b 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -320,7 +320,7 @@ body[dir="rtl"] #tooltip { } #firewallContainer > div.isDomain > span.isIDN:first-of-type > sup:before { color: #666; - content: 'idn\2002'; + content: '\0416\2002'; font-size: 80%; font-weight: normal; }