Skip to content

Commit 118d5cd

Browse files
committed
More work
1 parent 07b2000 commit 118d5cd

2 files changed

Lines changed: 20 additions & 4 deletions

File tree

beta/emuos/assets/data/desktop.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@
2121
"shortcut": true,
2222
"singleinstance": true,
2323
"share": true
24+
} , {
25+
"name": "Night Vibe Online",
26+
"title": "External Website",
27+
"icon": "assets/images/icons/desktop/nightvibeonline",
28+
"link": "https://cojmar.github.io/night-vibe-online/",
29+
"credits": "HTML5 Port<hr />Website: <a href=\"https://cojmar.github.io/night-vibe-online/\" target=\"_blank\">cojmar.github.io/night-vibe-online</a><br /><br />Author: <a href=\"https://github.com/cojmar\" target=\"_blank\">https://github.com/cojmar</a><br />Repository: <a href=\"https://github.com/cojmar/night-vibe-online\" target=\"_blank\">github.com/cojmar/night-vibe-online</a>",
30+
"width": 1090,
31+
"height": 780,
32+
"new": true,
33+
"newtab": true,
34+
"shortcut": true,
35+
"share": true
2436
} , {
2537
"name": "Santa Tracker",
2638
"title": "External Website",
@@ -160,6 +172,7 @@
160172
"credits": "HTML5 Port<hr />Website: <a href=\"https://cojmar.github.io/night-vibe-online/\" target=\"_blank\">cojmar.github.io/night-vibe-online</a><br /><br />Author: <a href=\"https://github.com/cojmar\" target=\"_blank\">https://github.com/cojmar</a><br />Repository: <a href=\"https://github.com/cojmar/night-vibe-online\" target=\"_blank\">github.com/cojmar/night-vibe-online</a>",
161173
"width": 1090,
162174
"height": 780,
175+
"new": true,
163176
"newtab": true,
164177
"shortcut": true,
165178
"share": true

beta/emuos/assets/styles/css/themes/basic/overlay.css

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,13 @@
5151

5252
.emuos-desktop-icon i.icon.ribbon.new:after,
5353
.emuos-folder-item i.icon.ribbon.new:after {
54-
background-image: url(../../../../images/icons/ribbon/new.png);
55-
background-size: 48px 48px;
56-
left: 1px;
57-
top: 3px;
54+
background-image: url(../../../../images/icons/badges/new.png);
55+
background-size: 28px 28px;
56+
left: 25px;
57+
top: -18px;
58+
/*background-size: 48px 48px;*/
59+
/*left: 1px;*/
60+
/*top: 3px;*/
5861
opacity: 1;
5962
visibility: visible;
6063
}

0 commit comments

Comments
 (0)