diff --git a/src/css/popup.css b/src/css/popup.css index e72f934a7..6a1c5f7fa 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -282,11 +282,18 @@ body[dir="rtl"] #tooltip { text-overflow: ellipsis; width: calc(100% - 4em); } -#firewallContainer > div.isDomain > span.isIDN:first-of-type > sup::before { +#firewallContainer > div > span:first-of-type > sup { color: #666; - content: '\0416\2002'; + display: none; font-size: 80%; font-weight: normal; + line-height: 1; + } +#firewallContainer > div.isDomain > span.isIDN:first-of-type > sup { + display: inline-block; + } +#firewallContainer > div.isDomain > span.isIDN:first-of-type > sup::before { + content: '\0416\2002'; } #firewallContainer > div > span:nth-of-type(2) { display: none;