Results 13 comments of Glenn

@Nicholas-Steel > Looks like it also broke my tweaks to hide these in the History menu Try this: #sync-tabs-menuitem, #menu_searchHistory { display: none !important; }

@Nicholas-Steel It works for me. Originally looked like this: After adding the code #sync-tabs-menuitem, #menu_searchHistory { display: none !important; } Synced Tabs and Search History gets hidden. Add this to...

Thanks for finding that @deedub-hub That's a great fix while we wait for @Aris-t2 to update the files.

Thanks for finding that @deedub-hub That's a great fix while we wait for @Aris-t2 to update the files.

Try this to get the yellow icons back: .bookmark-item[container] > :is(.menu-icon, .toolbarbutton-icon){ content: url("./image/folder-item.png") !important; }

@Nicholas-Steel do you have bookmark_icons_colorized.css enabled in the userChrome.css ?

@MarkRH perhaps the folder-item.png file is missing?

> Since my chrome folder is structured differently, forgot I needed to change the path Oh that's why. Perhaps when @Aris-t2 gets back on, he can help you further.