1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

better label to highlight an ambiguous domain name with Cyrillic characters

This commit is contained in:
gorhill 2017-05-07 07:36:28 -04:00
parent 92651965ba
commit 33be366543
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

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