bookmark folder icon color
-
Where would I change the color of the icon denoting folders in the bookmark drop down menu? Right now all the icons are this shade of gray making them generally worthless. I found the common.css file, but cannot find the class that specifically is for those icons.
-
@nmcguire722 I moved your thread to the appropriate forum.
-
If you mean folders on the bookmark bar that is possible by editing the CSS.
.bookmark-bar button.folder svg { fill: red; }
If you mean folders that are inside the menu of a drop-down, (I.e. nested more than 1 level down from the bookmarks bar), then I am less sure how to do that.
It might be possible if you went to:
your vivaldi install dir > Application > version > resources > vivaldi > resources
and manually edited the
folder.png
file that is in there, but I don't know if that is how the context menu is built up. -
Should be this:
.vivaldi-tree .tree-row svg { fill: var(--colorFgAlpha); stroke: var(--colorFgFaded); }
-
-
@luetage Thank, this is a start. This worked for the side panel bookmarks, but not the bookmark bar.
@LonM That worked for the top level on the bookmark bar, but .bookmark-bar button svg.folder-icon worked better.
Deltool can see the CSS for the top level of the bookmark bar, but nothing lower. That is were I still need to make the change.
Thanks again.
-
@nmcguire722 Lower than the first bar is no longer CSS unfortunately. That's all decided within the Vivaldi engine.
-
@LonM I tried to edit the icon, that did not work.
-
@LonM Looks like I need to put in a feature request. That displaying of the icon is major dislike on this browser.
-
Ppafflick moved this topic from Modifications on