mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-09-16 03:25:18 -04:00
Update files
This commit is contained in:
+12
-13
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user