Update files

This commit is contained in:
Stian
2026-09-13 21:33:26 +02:00
parent b7e9ab8247
commit 5850b58f89
+12 -13
View File
@@ -75,7 +75,6 @@
}
/* Hide AddressField stuff */
/*.UrlBar-AddressField .ContentBlocker-Control,*/
.UrlBar-AddressField .PwaInstallButton,
.UrlBar-AddressField .permission-popup.is-blocking,
.UrlBar-AddressField .UrlBar-UrlObfuscationWarning,
@@ -114,7 +113,7 @@
background-color: transparent !important;
}
/* Hide Extension buttons */
/* Hide specific extension buttons */
.button-toolbar.extensionId button[title="Spatial Navigation"] {display: none;}
/* Toolbar buttons keyboard focus */
@@ -144,9 +143,9 @@
opacity: unset !important;
}
/* Bookmarks thumbnails hide */
.panel-bookmarks-edit .cardview .preview,
.manager-editor .cardview .preview {
/* Hide bookmark thumbnails */
.manager-editor .cardview .preview,
.panel-bookmarks-edit .cardview .preview {
display: none;
}
@@ -155,9 +154,9 @@
display: none;
}
/* Unread tabs bold font */
.tab-strip .tab.unread {
font-weight: bold;
/* Hide overlay info bubble + Fullscreen reminder */
.overlayinfobubble {
display: none;
}
/* Tab tooltip hide thumbnail */
@@ -171,6 +170,11 @@
height: auto;
}
/* Unread tabs bold font */
.tab-strip .tab.unread {
font-weight: bold;
}
/* Dim empty UrlField text colour */
.UrlField--IsEmpty {
color: var(--colorFgFadedMost);
@@ -184,8 +188,3 @@
.vivaldi-settings .settings-sidebar .button-category.category-selected {
background-color: var(--colorHighlightBgDark) !important;
}
/* Hide overlay info bubble + Fullscreen reminder */
.overlayinfobubble {
display: none;
}