Update files

This commit is contained in:
Stian
2026-07-14 16:01:47 +02:00
parent 30998b5b90
commit 313f9a9b8a
4 changed files with 16 additions and 14 deletions
+12 -10
View File
@@ -54,17 +54,19 @@
/* Smaller icon for internal webpanels */
#switch .button-toolbar-webpanel .button-icon svg {
width: 20px;
height: 20px;
width: 16px;
height: 16px;
}
/* Add drop-shadow to some buttons */
#switch button img,
.tab:not(.active) .favicon img,
#switch button img.favicon,
.OmniLinkItem-Favicon img,
.SiteInfoButton img.favicon,
.setting-search-engine .item-icon {
filter: drop-shadow(0 0 1px white);
.SiteInfo-Header .favicon img,
.tab .tab-header .favicon:not(.svg),
.setting-search-engine img.item-icon,
.visual-list img.visual-tab-list-favicon {
filter: drop-shadow(0 0 1px white) !important;
}
/* Hide AddressField stuff */
@@ -115,8 +117,8 @@
}
/* Search + Address field buttons dimmed */
.UrlBar-SearchField .toolbar-insideinput button,
.UrlBar-AddressField .toolbar-insideinput button {
.UrlBar-SearchField .toolbar-insideinput button svg,
.UrlBar-AddressField .toolbar-insideinput button svg {
opacity: 0.5;
}
@@ -128,11 +130,11 @@
/* Bookmark button fill colour */
.BookmarkButton .bookmark-animated-fill {
fill: var(--colorAccentBgFaded) !important;
fill: var(--colorAccentBg) !important;
}
/* Bookmark button active opacity */
.BookmarkButton .button-on {
.BookmarkButton .button-on svg {
opacity: unset !important;
}