The ability of the cursor to change to a ‘pointer’ (finger) when hovering over a speed dial bookmark
-
Just like when you hover a link
-
@Gowk
How is this?.speeddial .dial > .thumbnail-image {cursor:pointer;}
-
@shifte How do I apply it?
-
@Gowk
https://forum.vivaldi.net/topic/10549/modding-vivaldiOpen vivaldi://experiments
Enable "Allow for using CSS modifications".
Open Appearance section in settings.
Under "Custom UI Modifications" choose the folder you want to use.
Place your CSS files inside this folder.
Restart Vivaldi to see them in effect.Enjoy Vivaldi!
-
@shifte it only applied to "+" button
-
@Gowk same with
.speeddial .dial {cursor:pointer;}
? -
@Hadden89 missing dot.
.speeddial .dial {cursor:pointer;}