Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Icons #30

Open
RiPPERD opened this issue Mar 6, 2021 · 1 comment
Open

Adding Icons #30

RiPPERD opened this issue Mar 6, 2021 · 1 comment

Comments

@RiPPERD
Copy link

RiPPERD commented Mar 6, 2021

Hello,

Recently found this via a friend but i want to add an icon for APK files... how would i do this please?

Thanks in advanced

@dtmpsc
Copy link

dtmpsc commented May 9, 2023

Just in case someone is still in need of this info,
You can add other extensions in the top of the script starting on line 91 in the CSS section. Notice that all the icons are in one png with each icons coordinates specified. You can edit the png and add your new icon to the end of the line (you'll need a graphics editor) or change an existing icon (like the flash icons).

e.g.
You could change the shockwave flash icon to apk on line 98 like this:
.apk { background-position: -400px 0 !important; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants