Skip to content

Commit 5337534

Browse files
committed
[design] improve control default icon
1 parent bd9b96f commit 5337534

File tree

11 files changed

+55
-50
lines changed

11 files changed

+55
-50
lines changed

‎package-lock.json‎

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

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nighttab",
3-
"version": "4.23.0",
3+
"version": "4.24.0",
44
"description": "A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.",
55
"main": "index.js",
66
"scripts":{

‎src/css/icons.css‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,7 @@
135135
.icon-redo:before{
136136
content:"\e903";
137137
}
138+
139+
.icon-replay:before{
140+
content:"\e904";
141+
}

‎src/fonts/icons/icons.eot‎

100644100755
96 Bytes
Binary file not shown.

‎src/fonts/icons/icons.json‎

100644100755
Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

‎src/fonts/icons/icons.svg‎

100644100755
Lines changed: 1 addition & 0 deletions
Loading

‎src/fonts/icons/icons.ttf‎

100644100755
96 Bytes
Binary file not shown.

‎src/fonts/icons/icons.woff‎

100644100755
96 Bytes
Binary file not shown.

‎src/index.html‎

Lines changed: 45 additions & 45 deletions
Large diffs are not rendered by default.

‎src/js/version.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
varversion=(function(){
22

3-
varcurrent="4.23.0";
3+
varcurrent="4.24.0";
44

55
varname="Naughty Goose";
66

0 commit comments

Comments
(0)