9 lines
270 B
CSS
Executable file
9 lines
270 B
CSS
Executable file
/*
|
|
* 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);
|
|
}
|