Skip to content

Commit 9382bbd

Browse files
committed
Replaced unicode glyphs missing on some platforms and in the Tor Browser.
1 parent b1e4791 commit 9382bbd

4 files changed

Lines changed: 12 additions & 7 deletions

File tree

src/content/PlaceHolder.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/content/content.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ a.__NoScript_PlaceHolder__ > span {
4545
right: 0;
4646
display: block;
4747
color: #800;
48-
font-size: 16px;
48+
font-size: 24px;
4949
font-family: sans-serif;
50+
font-weight: bold;
5051
padding: 0 4px;
5152
margin: 0;
5253
background: none;

src/ui/popup.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,12 @@ body {
8686
}
8787

8888

89-
.reveal {
89+
#top .hider .reveal {
9090
display: block;
91-
padding: .3em;
91+
font-size: 1.2em;
92+
font-weight: bold;
93+
padding: 0;
94+
text-align: center;
9295
margin: 0;
9396
}
9497

@@ -126,7 +129,8 @@ body {
126129
position: absolute;
127130
left: .2em;
128131
top: 0;
129-
font-size: 1em;
132+
font-size: 1.5em;
133+
font-weight: bold;
130134
z-index: 100;
131135
vertical-align: middle;
132136
padding: .2em;

src/ui/popup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<a aria-role="button" id="reload" class="reload icon">__MSG_Reload__</a>
2020
<a aria-role="button" id="options" class="options icon">__MSG_Options__</a>
2121
<div class="hider">
22-
<a aria-role="button" class="reveal" title="__MSG_Reveal__">🡆</a>
22+
<a aria-role="button" class="reveal" title="__MSG_Reveal__"></a>
2323
<div class="hider-label">__MSG_Hider__</div>
24-
<button class="hider-close">🗙</button>
24+
<button class="hider-close">×</button>
2525
</div>
2626
<div class="spacer"></div>
2727
<a aria-role="button" id="enforce" class="toggle icon"></a>

0 commit comments

Comments
 (0)