Accent color to the Vivaldi icon and the close button…
-
Please also apply the accent color to the Vivaldi icon and the close button--or at least add an option for it. This allows for a more unified color scheme. [img]https://s4.postimg.io/sindgax9p/Untitled.png[/img]
-
This can be achieved through css. Have a look at the Customize UI thread on how to apply.
#browser.win .window-buttongroup button:hover { background-color: var(--colorHighlightBg) !important; } #browser.win .window-buttongroup button.window-close { background-color: var(--colorHighlightBg) !important; } #browser.win .window-buttongroup button.window-close:hover { background-color: #c94f4d !important; }
-
thanks for the info. but i prefer it to be officially added.