Add vivaldi browser modifications

This commit is contained in:
James Dugan 2025-05-26 16:03:26 -06:00
parent 09d936d7ea
commit 48f9a474d1
18 changed files with 3865 additions and 0 deletions

View file

@ -0,0 +1,9 @@
/*
* Load indicator as underline
* Forum link: https://forum.vivaldi.net/post/452647
*/
.UrlBar-AddressField .pageload:not(.unstarted).progressing .pageload-indicator {
opacity: 1 !important;
background: linear-gradient(0deg, #00cc99 4px, transparent 0);
}