MarkRH

Results 16 comments of MarkRH

FYI, I got it working in Firefox 63 by allowing all 3rd-party cookies. Not sure if that security warning still applies now.

Thanks @adam1010 for mentioning this. Was able to use Notepad++ with the HEX Editor plugin to do this. For those wondering, changed "@PACK" to "3.4.3" and the rest to HEX...

Using the inspector I came up with this that seems to partly work: ``` /* Set the background color of the URL for fx143. */ .urlbar-input-container { background-color: white !important;...

Yeah, looks like both the Bookmarks Menu and Bookmark Toolbar subfolders have reverted back to the monochrome icons. I was also using those yellowish looking folders. Bookmark Menu:

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

> [@MarkRH](https://github.com/MarkRH) perhaps the folder-item.png file is missing? Since my chrome folder is structured differently, forgot I needed to change the path to: ``` /* Set Bookmark Folders back to...