diff --git a/vivaldi/mods/CSS/index.html b/vivaldi/mods/CSS/index.html index 582f384..bd0b202 100644 --- a/vivaldi/mods/CSS/index.html +++ b/vivaldi/mods/CSS/index.html @@ -33,7 +33,7 @@ [ 894]  find-in-page.css
[2.5K]  header.css
[ 683]  quick-commands.css
-[ 900]  siteinfo.css
+[1.1K]  siteinfo.css
[ 692]  speed-dials.css
[ 354]  tabcycler.css


diff --git a/vivaldi/mods/CSS/siteinfo.css b/vivaldi/mods/CSS/siteinfo.css index 7101679..8215260 100755 --- a/vivaldi/mods/CSS/siteinfo.css +++ b/vivaldi/mods/CSS/siteinfo.css @@ -11,9 +11,14 @@ } /* SiteInfo old style lock */ -.SiteInfoButton.secure svg path, .SiteInfoButton.certified svg path { - d: path("M12.2 6.7C12.2 4 10.5 2 8 2 5.8 2 3.8 4 3.8 6.7V7H3v7h10V7h-.8v-.3zM10.7 8H5.3V6.7c0-1.7 1.4-3 2.8-3 1.7 0 2.8 1.3 2.8 3V8z"); +.SiteInfoButton.secure svg g.no-blocking path, .SiteInfoButton.certified svg g.no-blocking path { + d: path("M12.2 6.7C12.2 4 10.5 2 8 2 5.8 2 3.8 4 3.8 6.7V7H3v7h10V7h-.8v-.3zM10.7 8H5.3V6.7c0-1.7 1.4-3 2.8-3 1.7 0 2.8 1.3 2.8 3V8z") !important; fill: #00a100; + stroke: unset; +} + +.SiteInfoButton.secure svg g.no-blocking use, .SiteInfoButton.certified svg g.no-blocking use { + display: none; } /* SiteInfo secure background colour */ diff --git a/vivaldi/mods/JS/index.html b/vivaldi/mods/JS/index.html index 6313f66..e07bcb5 100644 --- a/vivaldi/mods/JS/index.html +++ b/vivaldi/mods/JS/index.html @@ -31,11 +31,12 @@ ..
[1.3K]  backup-keyboard-cheat-sheet.js
[6.2K]  backup-search-engines.js
+[ 18K]  tab-cycler-close.js


-0 directories, 2 files +0 directories, 3 files