diff --git a/vivaldi/mods/CSS/custom.css b/vivaldi/mods/CSS/custom.css index 92a8bd7..1f4d276 100755 --- a/vivaldi/mods/CSS/custom.css +++ b/vivaldi/mods/CSS/custom.css @@ -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; -}