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

Added bookmarks folder icon to be like chrome #328

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

M0kh
Copy link

@M0kh M0kh commented Aug 13, 2022

Edit: For all fixes in other issues and pull requests you can check out my fork of this repo here

Download the below image

bookmarkfolder

Rename the file to "bookmarkfolder.svg"

Put the file in chrome\icons

Add the following in chrome\icons\icons.css

	#personal-bookmarks .bookmark-item
	{
		list-style-image: url(bookmarkfolder.svg) !important; 
	}

Before:
1

After:
2

@Aira-Sakuranomiya
Copy link

Aira-Sakuranomiya commented Oct 1, 2022

These Windows style icons only appears on Windows
Material Icons should be used instead

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

Successfully merging this pull request may close these issues.

None yet

2 participants