diff --git a/vivaldi/mods/CSS/custom.css b/vivaldi/mods/CSS/custom.css
index 2337db2..de57d31 100755
--- a/vivaldi/mods/CSS/custom.css
+++ b/vivaldi/mods/CSS/custom.css
@@ -13,6 +13,11 @@
grid-template-columns: unset;
}
+/* Width of empty spacer before tabs */
+#browser #tabs-tabbar-container .toolbar-tabbar-before {
+ min-width: 0px;
+}
+
/* Skinnier mainbar */
.mainbar .toolbar-mainbar.toolbar-addressbar,
.mainbar .toolbar-mainbar .button-toolbar button {
@@ -182,7 +187,4 @@
display: none;
}
-/* Width of empty spacer before tabs */
-.tabs-top #tabs-tabbar-container .toolbar-tabbar-before:empty {
- min-width: 0px;
-}
+
diff --git a/vivaldi/mods/custom.css b/vivaldi/mods/custom.css
index 408c2f9..de57d31 100755
--- a/vivaldi/mods/custom.css
+++ b/vivaldi/mods/custom.css
@@ -13,6 +13,11 @@
grid-template-columns: unset;
}
+/* Width of empty spacer before tabs */
+#browser #tabs-tabbar-container .toolbar-tabbar-before {
+ min-width: 0px;
+}
+
/* Skinnier mainbar */
.mainbar .toolbar-mainbar.toolbar-addressbar,
.mainbar .toolbar-mainbar .button-toolbar button {
@@ -42,34 +47,6 @@
border-top: unset !important;
}
-/* SiteInfoButton */
-.SiteInfoButton {
- opacity: unset !important;
- height: 22px;
- width: 22px;
-}
-
-/* SiteInfo V logo */
-.SiteInfoButton.internal svg path, .SiteInfoButton.warning svg path {
- d: path("M10.4 5c-.4-.8 0-1.8 1-2 .7 0 1.5.4 1.6 1.2a1.4 1.4 0 0 1-.2 1l-4 7c-.3.5-.7.8-1.2.8-.6 0-1-.2-1.3-.7L3.8 7.8 2.2 5c-.5-.8 0-2 1-2 .7 0 1 .2 1.4.7l1 2 1 1.4a2 2 0 0 0 1.7 1.5 2.2 2.2 0 0 0 2.3-2V6c0-.3 0-.6-.2-1z");
-}
-
-/* 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");
- fill: #00a100;
-}
-
-/* SiteInfo secure background colour */
-.SiteInfoButton.secure, .SiteInfoButton.certified {
- background-color: #004400 !important;
-}
-
-/* SiteInfo hide EV/Not Secure text */
-.SiteInfoButton .siteinfo-text {
- display: none;
-}
-
/* Remove panels switch top padding */
#switch {
padding-top: unset;
@@ -124,7 +101,7 @@
}
/* Extensions toggle button */
-.toolbar-extensions .ToolbarButton-Button[name="Extensions"] .button-icon {
+.toolbar-extensions .ExtensionToggleIcon .button-icon {
opacity: 0.5 !important;
}
@@ -210,12 +187,4 @@
display: none;
}
-/* Width of empty spacer before tabs */
-.tabs-top #tabs-tabbar-container .toolbar-tabbar-before:empty {
- min-width: 0px;
-}
-/* TEMP FIX FOR TAB BAR */
-#tabs-tabbar-container.top {
- padding-top: unset;
-}
diff --git a/vivaldi/mods/index.html b/vivaldi/mods/index.html
index 3501caa..fe8dce8 100644
--- a/vivaldi/mods/index.html
+++ b/vivaldi/mods/index.html
@@ -31,7 +31,7 @@
..
[ 0] CSS
[ 0] JS
-[5.4K] custom.css
+[4.4K] custom.css
[1.5K] custom.unused.css
[ 364] page-confirm-info-bar.css
[ 854] window-panel-tweaks.css